From owner-freebsd-current@FreeBSD.ORG Mon Jun 18 23:21:34 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 7A8B5106564A for ; Mon, 18 Jun 2012 23:21:34 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2-b.corp.bf1.yahoo.com (mrout2-b.corp.bf1.yahoo.com [98.139.253.105]) by mx1.freebsd.org (Postfix) with ESMTP id 3A1A28FC14 for ; Mon, 18 Jun 2012 23:21:34 +0000 (UTC) Received: from [IPv6:::1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout2-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q5INLFjX048580 for ; Mon, 18 Jun 2012 16:21:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1340061675; bh=jUipH+OTKYdl+yB6zf/EjzFpEerV7OMwWqagq/VtjzU=; h=Subject:From:To:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=cevJQUP6FojpnmsVNBrJ9ZnpIbNQDnlCIo1wGz9wphbLiqDcygMrl8aOqz6X9b9Zi VFtLXunS8LhY4xfIGU2Dukq3u8ER5ufJHmB1qbp8kmceroLaka0TL6e59DC2ivd/lD sHa4eTOJaG43ed0GoA4ThnLIHAX0fy5r2cbT9Xbs= From: Sean Bruno To: "freebsd-current@freebsd.org" In-Reply-To: <1339610792.2878.5.camel@powernoodle.corp.yahoo.com> References: <1338922510.10539.8.camel@powernoodle-l7.corp.yahoo.com> <1338930799.10539.12.camel@powernoodle-l7.corp.yahoo.com> <1339531057.42366.2.camel@powernoodle.corp.yahoo.com> <20120613.120600.2188772873180778735.hrs@allbsd.org> <1339610792.2878.5.camel@powernoodle.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 18 Jun 2012 16:21:14 -0700 Message-ID: <1340061674.20118.4.camel@powernoodle> 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: 061675003 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: Mon, 18 Jun 2012 23:21:34 -0000 On Wed, 2012-06-13 at 11:06 -0700, Sean Bruno wrote: > > se> http://people.freebsd.org/~sbruno/est_man.txt > > > > Looks good. Attached a diff for some small fixes. > > Updated again with feedback that I've gotten. > > I changed the "Note that est interface is automatically loaded" to "Note > that est capabilities are automatically loaded" > > Sean Committed at svn r237245 ... Sean