summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/isgraph.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/isgraph.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/isgraph.3')
-rw-r--r--lib/libc/locale/isgraph.313
1 files changed, 4 insertions, 9 deletions
diff --git a/lib/libc/locale/isgraph.3 b/lib/libc/locale/isgraph.3
index e4e2c62..632610b 100644
--- a/lib/libc/locale/isgraph.3
+++ b/lib/libc/locale/isgraph.3
@@ -36,7 +36,7 @@
.\" @(#)isgraph.3 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$
.\"
-.Dd August 21, 2004
+.Dd July 17, 2005
.Dt ISGRAPH 3
.Os
.Sh NAME
@@ -55,15 +55,11 @@ function tests for any printing character except space
.Pq Ql "\ "
and other
locale specific space-like characters.
-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
@@ -106,7 +102,6 @@ function should be used instead.
.Sh SEE ALSO
.Xr ctype 3 ,
.Xr iswgraph 3 ,
-.Xr multibyte 3 ,
.Xr ascii 7
.Sh STANDARDS
The
OpenPOWER on IntegriCloud