Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2009 09:07:33 +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: r199245 - head/lib/libc/locale
Message-ID:  <200911130907.nAD97XD4060230@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: roam (doc,ports committer)
Date: Fri Nov 13 09:07:33 2009
New Revision: 199245
URL: http://svn.freebsd.org/changeset/base/199245

Log:
  Fix the grammar in the isprint(3) description.
  
  PR:		140456
  Submitted by:	Jeremy Huddleston <jeremyhu@apple.com>

Modified:
  head/lib/libc/locale/isprint.3

Modified: head/lib/libc/locale/isprint.3
==============================================================================
--- head/lib/libc/locale/isprint.3	Fri Nov 13 09:03:50 2009	(r199244)
+++ head/lib/libc/locale/isprint.3	Fri Nov 13 09:07:33 2009	(r199245)
@@ -47,7 +47,7 @@
 .Sh DESCRIPTION
 The
 .Fn isprint
-function tests for any printing character including space
+function tests for any printing character, including space
 .Pq Ql "\ " .
 The value of the argument must be representable as an
 .Vt "unsigned char"



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