summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/isgraph.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/isgraph.3')
-rw-r--r--lib/libc/locale/isgraph.314
1 files changed, 13 insertions, 1 deletions
diff --git a/lib/libc/locale/isgraph.3 b/lib/libc/locale/isgraph.3
index 607e184..e78522c 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 December 11, 1993
+.Dd October 6, 2002
.Dt ISGRAPH 3
.Os
.Sh NAME
@@ -93,8 +93,20 @@ The
.Fn isgraph
function returns zero if the character tests false and
returns non-zero if the character tests true.
+.Sh COMPATIBILITY
+Although
+.Fn isgraph
+accepts arguments outside of the range of the
+.Vt "unsigned char"
+type in locales with large character sets,
+this is a
+.Bx 4.4
+extension and the
+.Fn iswgraph
+function should be used instead for maximum portability.
.Sh SEE ALSO
.Xr ctype 3 ,
+.Xr iswgraph 3 ,
.Xr multibyte 3 ,
.Xr ascii 7
.Sh STANDARDS
OpenPOWER on IntegriCloud