Date: Fri, 13 Nov 2009 09:03:51 +0000 (UTC) From: Peter Pentchev <roam@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r199244 - head/lib/libc/locale Message-ID: <200911130903.nAD93pus060127@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911130903.nAD93pus060127>