From owner-svn-src-head@FreeBSD.ORG Fri May 14 01:45:05 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 808E7106566B; Fri, 14 May 2010 01:45:05 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6FCD48FC0A; Fri, 14 May 2010 01:45:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4E1j5Ec010608; Fri, 14 May 2010 01:45:05 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4E1j5SE010606; Fri, 14 May 2010 01:45:05 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201005140145.o4E1j5SE010606@svn.freebsd.org> From: Christian Brueffer Date: Fri, 14 May 2010 01:45:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208056 - head/usr.sbin/mtree X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2010 01:45:05 -0000 Author: brueffer Date: Fri May 14 01:45:05 2010 New Revision: 208056 URL: http://svn.freebsd.org/changeset/base/208056 Log: Wording fixes. PR: 143454 Submitted by: Warren Block MFC after: 3 days Modified: head/usr.sbin/mtree/mtree.8 Modified: head/usr.sbin/mtree/mtree.8 ============================================================================== --- head/usr.sbin/mtree/mtree.8 Fri May 14 01:43:13 2010 (r208055) +++ head/usr.sbin/mtree/mtree.8 Fri May 14 01:45:05 2010 (r208056) @@ -88,7 +88,7 @@ Do not complain about files that are in specification. .It Fl i Indent the output 4 spaces each time a directory level is descended when -create a specification with the +creating a specification with the .Fl c option. This does not affect either the /set statements or the comment before each @@ -126,7 +126,7 @@ instead of from the standard input. .Pp If this option is specified twice, the two specifications are compared to each other rather than to the file hierarchy. -The specifications be sorted like output generated using +The specifications will be sorted like output generated using .Fl c . The output format in this case is somewhat remniscent of .Xr comm 1 ,