summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/isprint.3
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2005-07-17 04:11:06 +0000
committertjr <tjr@FreeBSD.org>2005-07-17 04:11:06 +0000
commit016c317723b138a4f4d33dbf643bf3972263f899 (patch)
tree0084b0f36a0e6e42a52306a9b56e518370344532 /lib/libc/locale/isprint.3
parent111bf5f2adbdb502f39bba488b8fdf250b4a92c9 (diff)
downloadFreeBSD-src-016c317723b138a4f4d33dbf643bf3972263f899.zip
FreeBSD-src-016c317723b138a4f4d33dbf643bf3972263f899.tar.gz
Remove confusing "single C char locales" phrase; arguments to these
functions and must now be either an unsigned char or EOF, regardless of locale.
Diffstat (limited to 'lib/libc/locale/isprint.3')
-rw-r--r--lib/libc/locale/isprint.313
1 files changed, 4 insertions, 9 deletions
diff --git a/lib/libc/locale/isprint.3 b/lib/libc/locale/isprint.3
index 99133ea..a01f863 100644
--- a/lib/libc/locale/isprint.3
+++ b/lib/libc/locale/isprint.3
@@ -36,7 +36,7 @@
.\" @(#)isprint.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd August 21, 2004
+.Dd July 17, 2005
.Dt ISPRINT 3
.Os
.Sh NAME
@@ -53,15 +53,11 @@ The
.Fn isprint
function tests for any printing character including space
.Pq Ql "\ " .
-For single C
-.Va char Ns s
-locales (see
-.Xr multibyte 3 )
-the value of the argument is
-representable as an
-.Li unsigned char
+The value of the argument must be representable as an
+.Vt unsigned char
or the value of
.Dv EOF .
+.Pp
In the ASCII character set, this includes the following characters
(with their numeric values shown in octal):
.Pp
@@ -104,7 +100,6 @@ function should be used instead.
.Sh SEE ALSO
.Xr ctype 3 ,
.Xr iswprint 3 ,
-.Xr multibyte 3 ,
.Xr ascii 7
.Sh STANDARDS
The
OpenPOWER on IntegriCloud