| Summary: | [patch] Punctuation inconsistency in chgrp.1 and cut.1 man pages | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Alan R. S. Bueno <alan.bsd> | ||||
| Component: | Books & Articles | Assignee: | Tom Rhodes <trhodes> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Alan R. S. Bueno
2009-03-20 02:20:01 UTC
State Changed From-To: open->patched Patched, thanks for the submission! Responsible Changed From-To: freebsd-doc->trhodes Over to me, MFC reminder. Author: trhodes Date: Wed Apr 1 08:33:54 2009 New Revision: 190610 URL: http://svn.freebsd.org/changeset/base/190610 Log: Fix punctuation. PR: 132834 Submitted by: "Alan R. S. Bueno" <alan.bsd@gmail.com> Modified: head/usr.bin/cut/cut.1 head/usr.sbin/chown/chgrp.1 Modified: head/usr.bin/cut/cut.1 ============================================================================== --- head/usr.bin/cut/cut.1 Wed Apr 1 08:08:25 2009 (r190609) +++ head/usr.bin/cut/cut.1 Wed Apr 1 08:33:54 2009 (r190610) @@ -112,7 +112,7 @@ The specifies fields, separated in the input by the field delimiter character (see the .Fl d -option.) +option). Output fields are separated by a single occurrence of the field delimiter character. .It Fl n Modified: head/usr.sbin/chown/chgrp.1 ============================================================================== --- head/usr.sbin/chown/chgrp.1 Wed Apr 1 08:08:25 2009 (r190609) +++ head/usr.sbin/chown/chgrp.1 Wed Apr 1 08:33:54 2009 (r190610) @@ -61,7 +61,7 @@ The following options are available: If the .Fl R option is specified, symbolic links on the command line are followed. -(Symbolic links encountered in the tree traversal are not followed). +(Symbolic links encountered in the tree traversal are not followed.) .It Fl L If the .Fl R _______________________________________________ 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" Author: gjb (doc committer) Date: Mon Jun 6 20:27:32 2011 New Revision: 222773 URL: http://svn.freebsd.org/changeset/base/222773 Log: MFC 190610 [1]: Fix punctuation. PR: 132834 Obtained from: trhodes [1] Modified: stable/7/usr.sbin/chown/chgrp.1 Directory Properties: stable/7/usr.sbin/chown/ (props changed) Modified: stable/7/usr.sbin/chown/chgrp.1 ============================================================================== --- stable/7/usr.sbin/chown/chgrp.1 Mon Jun 6 20:24:17 2011 (r222772) +++ stable/7/usr.sbin/chown/chgrp.1 Mon Jun 6 20:27:32 2011 (r222773) @@ -61,7 +61,7 @@ The following options are available: If the .Fl R option is specified, symbolic links on the command line are followed. -(Symbolic links encountered in the tree traversal are not followed). +(Symbolic links encountered in the tree traversal are not followed.) .It Fl L If the .Fl R _______________________________________________ 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" Author: gjb (doc committer) Date: Mon Jun 6 20:28:19 2011 New Revision: 222774 URL: http://svn.freebsd.org/changeset/base/222774 Log: MFC 190610 [1]: Fix punctuation. PR: 132834 Obtained from: trhodes [1] Modified: stable/7/usr.bin/cut/cut.1 Directory Properties: stable/7/usr.bin/cut/ (props changed) Modified: stable/7/usr.bin/cut/cut.1 ============================================================================== --- stable/7/usr.bin/cut/cut.1 Mon Jun 6 20:27:32 2011 (r222773) +++ stable/7/usr.bin/cut/cut.1 Mon Jun 6 20:28:19 2011 (r222774) @@ -112,7 +112,7 @@ The specifies fields, separated in the input by the field delimiter character (see the .Fl d -option.) +option). Output fields are separated by a single occurrence of the field delimiter character. .It Fl n _______________________________________________ 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 MFCd to stable/7. |