svn commit: r222776 - stable/7/lib/libc/locale

Glen Barber gjb at FreeBSD.org
Mon Jun 6 20:49:16 UTC 2011


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"


More information about the svn-src-stable-7 mailing list