svn commit: r200962 - stable/8/lib/libc/locale
Peter Pentchev
roam at FreeBSD.org
Thu Dec 24 20:35:02 UTC 2009
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 at 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
More information about the svn-src-stable
mailing list