Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2009 20:35:01 +0000 (UTC)
From:      Peter Pentchev <roam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r200962 - stable/8/lib/libc/locale
Message-ID:  <200912242035.nBOKZ15N040596@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912242035.nBOKZ15N040596>