summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2011-09-27 17:54:10 +0000
committerschweikh <schweikh@FreeBSD.org>2011-09-27 17:54:10 +0000
commit43a4fd1bbd77bcc9aa1d36d874dcf151b4f08554 (patch)
treea0f8670d7b72ec305a9b00d7f62a2957569ca9d2 /lib/libc/locale
parentb2b11b6d052cf62560b65a84a817ddb1639cc16f (diff)
downloadFreeBSD-src-43a4fd1bbd77bcc9aa1d36d874dcf151b4f08554.zip
FreeBSD-src-43a4fd1bbd77bcc9aa1d36d874dcf151b4f08554.tar.gz
Fix grammar.
PR: 140457 Submitted by: jeremyhu AT apple.com MFC after: 2 weeks
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/isspace.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/locale/isspace.3 b/lib/libc/locale/isspace.3
index f1e08d6..eab6cfc 100644
--- a/lib/libc/locale/isspace.3
+++ b/lib/libc/locale/isspace.3
@@ -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
OpenPOWER on IntegriCloud