Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2009 20:36:37 +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-6@freebsd.org
Subject:   svn commit: r200964 - stable/6/lib/libc/locale
Message-ID:  <200912242036.nBOKabMv040729@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: roam (doc,ports committer)
Date: Thu Dec 24 20:36:37 2009
New Revision: 200964
URL: http://svn.freebsd.org/changeset/base/200964

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/6/lib/libc/locale/isgraph.3
Directory Properties:
  stable/6/lib/libc/   (props changed)

Modified: stable/6/lib/libc/locale/isgraph.3
==============================================================================
--- stable/6/lib/libc/locale/isgraph.3	Thu Dec 24 20:35:41 2009	(r200963)
+++ stable/6/lib/libc/locale/isgraph.3	Thu Dec 24 20:36:37 2009	(r200964)
@@ -54,7 +54,7 @@ The
 function tests for any printing character except space
 .Pq Ql "\ "
 and other
-locale specific space-like characters.
+locale-specific space-like characters.
 For single C
 .Va char Ns s
 locales (see



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