docs/140457: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Mon Jun 25 23:40:11 UTC 2012
The following reply was made to PR docs/140457; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: docs/140457: commit references a PR
Date: Mon, 25 Jun 2012 23:39:54 +0000 (UTC)
Author: wblock (doc committer)
Date: Mon Jun 25 23:39:35 2012
New Revision: 237584
URL: http://svn.freebsd.org/changeset/base/237584
Log:
MFC r225808:
Fix grammar.
PR: 140457
Submitted by: jeremyhu AT apple.com
Approved by: gjb (mentor)
Modified:
stable/9/lib/libc/locale/isspace.3
Directory Properties:
stable/9/lib/libc/ (props changed)
Modified: stable/9/lib/libc/locale/isspace.3
==============================================================================
--- stable/9/lib/libc/locale/isspace.3 Mon Jun 25 23:22:43 2012 (r237583)
+++ stable/9/lib/libc/locale/isspace.3 Mon Jun 25 23:39:35 2012 (r237584)
@@ -47,16 +47,16 @@
.Sh DESCRIPTION
The
.Fn isspace
-function tests for the white-space characters.
+function tests for white-space characters.
For any locale, this includes the following standard characters:
.Pp
.Bl -column \&`\et''___ \&``\et''___ \&``\et''___ \&``\et''___ \&``\et''___ \&``\et''___
.It "\&``\et''\t``\en''\t``\ev''\t``\ef''\t``\er''\t`` ''"
.El
.Pp
-In the "C" locale
+In the "C" locale,
.Fn isspace
-successful test is limited to this characters only.
+returns non-zero for these characters only.
The value of the argument must be representable as an
.Vt "unsigned char"
or the value of
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
More information about the freebsd-doc
mailing list