Date: Thu, 24 Dec 2009 20:35:41 +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-7@freebsd.org Subject: svn commit: r200963 - stable/7/lib/libc/locale Message-ID: <200912242035.nBOKZfUx040663@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: roam (doc,ports committer) Date: Thu Dec 24 20:35:41 2009 New Revision: 200963 URL: http://svn.freebsd.org/changeset/base/200963 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/7/lib/libc/locale/isgraph.3 Directory Properties: stable/7/lib/libc/ (props changed) Modified: stable/7/lib/libc/locale/isgraph.3 ============================================================================== --- stable/7/lib/libc/locale/isgraph.3 Thu Dec 24 20:35:01 2009 (r200962) +++ stable/7/lib/libc/locale/isgraph.3 Thu Dec 24 20:35:41 2009 (r200963) @@ -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.nBOKZfUx040663>