aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2011-09-27 17:54:10 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2011-09-27 17:54:10 +0000
commit208aa01fbdda753eb8464a52ed30a93bf2b9bee6 (patch)
treea0f8670d7b72ec305a9b00d7f62a2957569ca9d2
parent8cd680f8c37bf8f42e1adfd06a5e5ba3b27dd9dd (diff)
Notes
-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 f1e08d6cdfee..eab6cfcd5633 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