summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/isprint.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-12-02 12:31:44 +0000
committerache <ache@FreeBSD.org>2001-12-02 12:31:44 +0000
commit54f12414b9d4516defafc83ba6476f53fd487c29 (patch)
tree897464668f4e6991d002e69dcb70fcab810e2e4e /lib/libc/locale/isprint.3
parent1713f5e655d170628c97191eacac5663fb39d978 (diff)
downloadFreeBSD-src-54f12414b9d4516defafc83ba6476f53fd487c29.zip
FreeBSD-src-54f12414b9d4516defafc83ba6476f53fd487c29.tar.gz
Remove specific reference to ASCII space (' '), it is true for localized
spaces too
Diffstat (limited to 'lib/libc/locale/isprint.3')
-rw-r--r--lib/libc/locale/isprint.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/isprint.3 b/lib/libc/locale/isprint.3
index 12c7459..6485a64 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