Date: Tue, 30 Mar 2010 09:22:34 +0000 (UTC) From: Maxim Konovalov <maxim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r205873 - head/usr.sbin/mtree Message-ID: <201003300922.o2U9MYFe034112@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: maxim Date: Tue Mar 30 09:22:33 2010 New Revision: 205873 URL: http://svn.freebsd.org/changeset/base/205873 Log: o Remove a duplicate reference to -f flag in the SYNOPSYS section. o Improve wording. PR: docs/144407 Submitted by: gcooper MFC after: 1 week Modified: head/usr.sbin/mtree/mtree.8 Modified: head/usr.sbin/mtree/mtree.8 ============================================================================== --- head/usr.sbin/mtree/mtree.8 Tue Mar 30 06:42:01 2010 (r205872) +++ head/usr.sbin/mtree/mtree.8 Tue Mar 30 09:22:33 2010 (r205873) @@ -41,9 +41,6 @@ .Op Fl f Ar spec .Ek .Bk -words -.Op Fl f Ar spec -.Ek -.Bk -words .Op Fl K Ar keywords .Ek .Bk -words @@ -119,7 +116,7 @@ Same as except a status of 2 is returned if the file hierarchy did not match the specification. .It Fl w -Make some errorconditions non-fatal warnings. +Make some errors non-fatal warnings. .It Fl x Do not descend below mount points in the file hierarchy. .It Fl f Ar file
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003300922.o2U9MYFe034112>