summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-12-05 16:33:11 +0000
committerache <ache@FreeBSD.org>2001-12-05 16:33:11 +0000
commit5bbffb12e18383174a1ce134cb89753b881fd078 (patch)
tree2d73122ca311cfe2a0ec15e49487b2c87150d535 /lib
parent2ae5619117342916976c56eb3c8a5a086aaef02c (diff)
downloadFreeBSD-src-5bbffb12e18383174a1ce134cb89753b881fd078.zip
FreeBSD-src-5bbffb12e18383174a1ce134cb89753b881fd078.tar.gz
Clarify ' ' space issue
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/isgraph.33
-rw-r--r--lib/libc/locale/isprint.32
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/locale/isgraph.3 b/lib/libc/locale/isgraph.3
index ccf5fc7..3a8a2cb 100644
--- a/lib/libc/locale/isgraph.3
+++ b/lib/libc/locale/isgraph.3
@@ -51,7 +51,8 @@
.Sh DESCRIPTION
The
.Fn isgraph
-function tests for any printing character except space.
+function tests for any printing character except space (' ') and other
+locale specific space-like characters.
For single C
.Va char Ns s
locales (see
diff --git a/lib/libc/locale/isprint.3 b/lib/libc/locale/isprint.3
index 6485a64..12c7459 100644
--- a/lib/libc/locale/isprint.3
+++ b/lib/libc/locale/isprint.3
@@ -51,7 +51,7 @@
.Sh DESCRIPTION
The
.Fn isprint
-function tests for any printing character including space.
+function tests for any printing character including space (' ').
For single C
.Va char Ns s
locales (see
OpenPOWER on IntegriCloud