Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jun 2011 20:48:36 +0000 (UTC)
From:      Glen Barber <gjb@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: r222775 - stable/8/lib/libc/locale
Message-ID:  <201106062048.p56KmaJd047546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer)
Date: Mon Jun  6 20:48:36 2011
New Revision: 222775
URL: http://svn.freebsd.org/changeset/base/222775

Log:
  MFC 199245 [1]:
  
  Fix the grammar in the isprint(3) description.
  
  PR:		140456
  Obtained from:	roam [1]

Modified:
  stable/8/lib/libc/locale/isprint.3
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)

Modified: stable/8/lib/libc/locale/isprint.3
==============================================================================
--- stable/8/lib/libc/locale/isprint.3	Mon Jun  6 20:28:19 2011	(r222774)
+++ stable/8/lib/libc/locale/isprint.3	Mon Jun  6 20:48:36 2011	(r222775)
@@ -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?201106062048.p56KmaJd047546>