Bug 140456

Summary: [patch] Grammar fix for isprint(3)
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:50:02 UTC
Grammar fix for src/lib/libc/locale/isprint.3
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-11-11 17:24:16 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

Over to maintainer(s).
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-11-13 09:07:46 UTC
Author: roam (doc,ports committer)
Date: Fri Nov 13 09:07:33 2009
New Revision: 199245
URL: http://svn.freebsd.org/changeset/base/199245

Log:
  Fix the grammar in the isprint(3) description.
  
  PR:		140456
  Submitted by:	Jeremy Huddleston <jeremyhu@apple.com>

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

Modified: head/lib/libc/locale/isprint.3
==============================================================================
--- head/lib/libc/locale/isprint.3	Fri Nov 13 09:03:50 2009	(r199244)
+++ head/lib/libc/locale/isprint.3	Fri Nov 13 09:07:33 2009	(r199245)
@@ -47,7 +47,7 @@
 .Sh DESCRIPTION
 The
 .Fn isprint
-function tests for any printing character including space
+function tests for any printing character, including space
 .Pq Ql "\ " .
 The value of the argument must be representable as an
 .Vt "unsigned char"
_______________________________________________
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-13 09:07:53 UTC
State Changed
From-To: open->patched

I've committed your fix, will merge to stable in two weeks' time. 
Thanks for spotting this! 


Comment 4 Peter Pentchev freebsd_committer freebsd_triage 2009-11-13 09:07:53 UTC
Responsible Changed
From-To: freebsd-doc->roam

MFC reminder.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-06-06 21:48:55 UTC
Author: gjb (doc committer)
Date: Mon Jun  6 20:48:36 2011
New Revision: 222775
URL: http://svn.freebsd.org/changeset/base/222775

Log:
  MFC 199245 [1]:
  
  Fix the grammar in the isprint(3) description.
  
  PR:		140456
  Obtained from:	roam [1]

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

Modified: stable/8/lib/libc/locale/isprint.3
==============================================================================
--- stable/8/lib/libc/locale/isprint.3	Mon Jun  6 20:28:19 2011	(r222774)
+++ stable/8/lib/libc/locale/isprint.3	Mon Jun  6 20:48:36 2011	(r222775)
@@ -47,7 +47,7 @@
 .Sh DESCRIPTION
 The
 .Fn isprint
-function tests for any printing character including space
+function tests for any printing character, including space
 .Pq Ql "\ " .
 The value of the argument must be representable as an
 .Vt "unsigned char"
_______________________________________________
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 Glen Barber freebsd_committer freebsd_triage 2011-06-06 21:49:25 UTC
State Changed
From-To: patched->closed

MFCd to stable/8 and stable/7.
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-06-06 21:49:29 UTC
Author: gjb (doc committer)
Date: Mon Jun  6 20:49:16 2011
New Revision: 222776
URL: http://svn.freebsd.org/changeset/base/222776

Log:
  MFC 199245 [1]:
  
  Fix the grammar in the isprint(3) description.
  
  PR:		140456
  Obtained from:	roam [1]

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

Modified: stable/7/lib/libc/locale/isprint.3
==============================================================================
--- stable/7/lib/libc/locale/isprint.3	Mon Jun  6 20:48:36 2011	(r222775)
+++ stable/7/lib/libc/locale/isprint.3	Mon Jun  6 20:49:16 2011	(r222776)
@@ -47,7 +47,7 @@
 .Sh DESCRIPTION
 The
 .Fn isprint
-function tests for any printing character including space
+function tests for any printing character, including space
 .Pq Ql "\ " .
 The value of the argument must be representable as an
 .Vt "unsigned char"
_______________________________________________
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"