From owner-freebsd-current@FreeBSD.ORG Tue Jun 12 19:57:44 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84841106564A for ; Tue, 12 Jun 2012 19:57:44 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 46D118FC15 for ; Tue, 12 Jun 2012 19:57:44 +0000 (UTC) Received: from [IPv6:::1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q5CJvbnI024898 for ; Tue, 12 Jun 2012 12:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1339531058; bh=B2TTNZXR91sOJC5958ZTHBDXbg2t6MxW0GrvB1Vez4w=; h=Subject:From:To:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=P0kxaU8V/HOxN0rMilySLZDT9VZzJ/Ao74s3I0JvbsO4PypcGYVIK5eCqMW6sTluA cbuXHscjjkIGzdhQuwl41WCY4RtNjWImmEfbSDg4gtYu9Myp6BpvGwUO5L+3LeiBe8 9R9B8yHKJMWe5gxBmioH9f3IZcIrH1zVxo5gr96k= From: Sean Bruno To: "freebsd-current@freebsd.org" In-Reply-To: <1338930799.10539.12.camel@powernoodle-l7.corp.yahoo.com> References: <1338922510.10539.8.camel@powernoodle-l7.corp.yahoo.com> <1338930799.10539.12.camel@powernoodle-l7.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 12 Jun 2012 12:57:37 -0700 Message-ID: <1339531057.42366.2.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 531057000 Subject: Re: est man page X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2012 19:57:44 -0000 On Tue, 2012-06-05 at 14:13 -0700, Sean Bruno wrote: > On Tue, 2012-06-05 at 11:55 -0700, Sean Bruno wrote: allrighty, after some doc reviews by Glen, I've thwacked together a quick and dirty est(4). Any objections? http://people.freebsd.org/~sbruno/est_man.txt view via: groff -S -P-h -Wall -mtty-char -man -Tascii est_man.txt | less Sean