Bug 140454

Summary: isblank(3) man-page grammar edit
Product: Documentation Reporter: Jeremy Huddleston <jeremyhu>
Component: Books & ArticlesAssignee: Peter Pentchev <roam>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jeremy Huddleston 2009-11-10 21:40:01 UTC
src/lib/libc/locale/isblank.3 has a minor grammar bug
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2009-11-11 08:43:38 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

Over to maintainer.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-11 11:31:13 UTC
Author: roam (doc,ports committer)
Date: Wed Nov 11 11:31:02 2009
New Revision: 199180
URL: http://svn.freebsd.org/changeset/base/199180

Log:
  Fix the grammar as in the PR, and then some.
  
  PR:		140454
  Submitted by:	Jeremy Huddleston <jeremyhu@apple.com>
  MFC after:	2 weeks

Modified:
  head/lib/libc/locale/isblank.3

Modified: head/lib/libc/locale/isblank.3
==============================================================================
--- head/lib/libc/locale/isblank.3	Wed Nov 11 11:24:02 2009	(r199179)
+++ head/lib/libc/locale/isblank.3	Wed Nov 11 11:31:02 2009	(r199180)
@@ -50,9 +50,9 @@ For any locale, this includes the follow
 .It "\&``\et''\t`` ''"
 .El
 .Pp
-In the "C" locale
+In the "C" locale, a successful
 .Fn isblank
-successful test is limited to this characters only.
+test is limited to these characters only.
 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"
Comment 3 Peter Pentchev freebsd_committer freebsd_triage 2009-11-11 11:31:21 UTC
State Changed
From-To: open->patched

I've committed a similar change to -CURRENT, will merge it in two weeks. 
Thanks for spotting this! 


Comment 4 Peter Pentchev freebsd_committer freebsd_triage 2009-11-11 11:31:21 UTC
Responsible Changed
From-To: freebsd-doc->roam

MFC reminder.
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-11-25 10:52:16 UTC
Author: roam (doc,ports committer)
Date: Wed Nov 25 10:52:07 2009
New Revision: 199791
URL: http://svn.freebsd.org/changeset/base/199791

Log:
  Merge rev. 199180 to 8.x-STABLE, the change to isblank(3):
  Fix the grammar as in the PR, and then some.
  
  PR:             140454
  Submitted by:   Jeremy Huddleston <jeremyhu@apple.com>

Modified:
  stable/8/lib/libc/locale/isblank.3
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)

Modified: stable/8/lib/libc/locale/isblank.3
==============================================================================
--- stable/8/lib/libc/locale/isblank.3	Wed Nov 25 10:43:03 2009	(r199790)
+++ stable/8/lib/libc/locale/isblank.3	Wed Nov 25 10:52:07 2009	(r199791)
@@ -50,9 +50,9 @@ For any locale, this includes the follow
 .It "\&``\et''\t`` ''"
 .El
 .Pp
-In the "C" locale
+In the "C" locale, a successful
 .Fn isblank
-successful test is limited to this characters only.
+test is limited to these characters only.
 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"
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-11-25 11:16:51 UTC
Author: roam (doc,ports committer)
Date: Wed Nov 25 11:16:39 2009
New Revision: 199794
URL: http://svn.freebsd.org/changeset/base/199794

Log:
  Merge rev. 199180 to 7.x-STABLE, the change to isblank(3):
  Fix the grammar as in the PR, and then some.
  
  PR:             140454
  Submitted by:   Jeremy Huddleston <jeremyhu@apple.com>

Modified:
  stable/7/lib/libc/locale/isblank.3
Directory Properties:
  stable/7/lib/libc/   (props changed)

Modified: stable/7/lib/libc/locale/isblank.3
==============================================================================
--- stable/7/lib/libc/locale/isblank.3	Wed Nov 25 10:56:50 2009	(r199793)
+++ stable/7/lib/libc/locale/isblank.3	Wed Nov 25 11:16:39 2009	(r199794)
@@ -50,9 +50,9 @@ For any locale, this includes the follow
 .It "\&``\et''\t`` ''"
 .El
 .Pp
-In the "C" locale
+In the "C" locale, a successful
 .Fn isblank
-successful test is limited to this characters only.
+test is limited to these characters only.
 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"
Comment 7 dfilter service freebsd_committer freebsd_triage 2009-11-25 11:17:46 UTC
Author: roam (doc,ports committer)
Date: Wed Nov 25 11:17:28 2009
New Revision: 199795
URL: http://svn.freebsd.org/changeset/base/199795

Log:
  Merge rev. 199180 to 8.x-STABLE, the change to isblank(3):
  Fix the grammar as in the PR, and then some.
  
  PR:             140454
  Submitted by:   Jeremy Huddleston <jeremyhu@apple.com>

Modified:
  stable/6/lib/libc/locale/isblank.3
Directory Properties:
  stable/6/lib/libc/   (props changed)

Modified: stable/6/lib/libc/locale/isblank.3
==============================================================================
--- stable/6/lib/libc/locale/isblank.3	Wed Nov 25 11:16:39 2009	(r199794)
+++ stable/6/lib/libc/locale/isblank.3	Wed Nov 25 11:17:28 2009	(r199795)
@@ -54,9 +54,9 @@ For any locale, this includes the follow
 .It "\&``\et''\t`` ''"
 .El
 .Pp
-In the "C" locale
+In the "C" locale, a successful
 .Fn isblank
-successful test is limited to this characters only.
+test is limited to these characters only.
 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"
Comment 8 Peter Pentchev freebsd_committer freebsd_triage 2009-11-25 11:18:17 UTC
State Changed
From-To: patched->closed

I have merged the change to FreeBSD 6.x-, 7.x-, and 8.x-STABLE. 
Once again, thanks for your efforts to improve FreeBSD!