svn commit: r199244 - head/lib/libc/locale

Peter Pentchev roam at FreeBSD.org
Fri Nov 13 09:03:51 UTC 2009


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 at 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


More information about the svn-src-all mailing list