| Summary: | [patch] Grammar fix for isgraph(3) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Jeremy Huddleston <jeremyhu> | ||||
| Component: | Books & Articles | Assignee: | Peter Pentchev <roam> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jeremy Huddleston
2009-11-10 21:50:01 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-doc Over to maintainer. State Changed From-To: open->patched I committed half of your fix - the dash; I don't think the comma is really suitable here. Thanks for spotting this! I'll merge the change into the stable branches in two weeks' time. Responsible Changed From-To: freebsd-doc->roam MFC reminder. Author: roam (doc,ports committer) Date: Fri Nov 13 09:03:50 2009 New Revision: 199244 URL: http://svn.freebsd.org/changeset/base/199244 Log: Fix the grammar in the isgraph(3) description, almost as per the PR. PR: 140455 Submitted by: Jeremy Huddleston <jeremyhu@apple.com> MFC after: 2 weeks Modified: head/lib/libc/locale/isgraph.3 Modified: head/lib/libc/locale/isgraph.3 ============================================================================== --- head/lib/libc/locale/isgraph.3 Fri Nov 13 05:54:55 2009 (r199243) +++ head/lib/libc/locale/isgraph.3 Fri Nov 13 09:03:50 2009 (r199244) @@ -50,7 +50,7 @@ The function tests for any printing character except space .Pq Ql "\ " and other -locale specific space-like characters. +locale-specific space-like characters. The value of the argument must be representable as an .Vt "unsigned char" or the value of _______________________________________________ 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: roam (doc,ports committer) Date: Thu Dec 24 20:35:01 2009 New Revision: 200962 URL: http://svn.freebsd.org/changeset/base/200962 Log: MFC r199244: Fix the grammar in the isgraph(3) description, almost as per the PR. PR: 140455 Submitted by: Jeremy Huddleston <jeremyhu@apple.com> Modified: stable/8/lib/libc/locale/isgraph.3 Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/stdtime/ (props changed) Modified: stable/8/lib/libc/locale/isgraph.3 ============================================================================== --- stable/8/lib/libc/locale/isgraph.3 Thu Dec 24 20:31:26 2009 (r200961) +++ stable/8/lib/libc/locale/isgraph.3 Thu Dec 24 20:35:01 2009 (r200962) @@ -50,7 +50,7 @@ The function tests for any printing character except space .Pq Ql "\ " and other -locale specific space-like characters. +locale-specific space-like characters. The value of the argument must be representable as an .Vt "unsigned char" or the value of _______________________________________________ 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: roam (doc,ports committer) Date: Thu Dec 24 20:35:41 2009 New Revision: 200963 URL: http://svn.freebsd.org/changeset/base/200963 Log: MFC r199244: Fix the grammar in the isgraph(3) description, almost as per the PR. PR: 140455 Submitted by: Jeremy Huddleston <jeremyhu@apple.com> Modified: stable/7/lib/libc/locale/isgraph.3 Directory Properties: stable/7/lib/libc/ (props changed) Modified: stable/7/lib/libc/locale/isgraph.3 ============================================================================== --- stable/7/lib/libc/locale/isgraph.3 Thu Dec 24 20:35:01 2009 (r200962) +++ stable/7/lib/libc/locale/isgraph.3 Thu Dec 24 20:35:41 2009 (r200963) @@ -50,7 +50,7 @@ The function tests for any printing character except space .Pq Ql "\ " and other -locale specific space-like characters. +locale-specific space-like characters. The value of the argument must be representable as an .Vt "unsigned char" or the value of _______________________________________________ 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: roam (doc,ports committer) Date: Thu Dec 24 20:36:37 2009 New Revision: 200964 URL: http://svn.freebsd.org/changeset/base/200964 Log: MFC r199244: Fix the grammar in the isgraph(3) description, almost as per the PR. PR: 140455 Submitted by: Jeremy Huddleston <jeremyhu@apple.com> Modified: stable/6/lib/libc/locale/isgraph.3 Directory Properties: stable/6/lib/libc/ (props changed) Modified: stable/6/lib/libc/locale/isgraph.3 ============================================================================== --- stable/6/lib/libc/locale/isgraph.3 Thu Dec 24 20:35:41 2009 (r200963) +++ stable/6/lib/libc/locale/isgraph.3 Thu Dec 24 20:36:37 2009 (r200964) @@ -54,7 +54,7 @@ The function tests for any printing character except space .Pq Ql "\ " and other -locale specific space-like characters. +locale-specific space-like characters. For single C .Va char Ns s locales (see _______________________________________________ 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 I've just merged the change to the 6.x-, 7.x-, and 8.x-STABLE branches. Thanks again! |