| Summary: | [patch] mtree.8 man page errors | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Warren Block <wblock> | ||||
| Component: | Books & Articles | Assignee: | Christian Brueffer <brueffer> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Warren Block
2010-02-01 21:20:00 UTC
State Changed From-To: open->patched Committed, thanks! Responsible Changed From-To: freebsd-doc->brueffer MFC reminder. 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 <wblock@wonkity.com> 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 , _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: patched->closed MFCs done. |