]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/isgraph.3
Libc-391.tar.gz
[apple/libc.git] / locale / FreeBSD / isgraph.3
index 69759308dd46ef8d9c01cfeeb3b232ae9101d8ba..a4b3ba37a3b50be8c47ddb7d63ab808ace708046 100644 (file)
@@ -34,9 +34,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     @(#)isgraph.3  8.2 (Berkeley) 12/11/93
-.\" $FreeBSD: src/lib/libc/locale/isgraph.3,v 1.17 2002/10/06 10:15:38 tjr Exp $
+.\" $FreeBSD: src/lib/libc/locale/isgraph.3,v 1.19 2004/08/21 07:37:08 tjr Exp $
 .\"
-.Dd October 6, 2002
+.Dd August 21, 2004
 .Dt ISGRAPH 3
 .Os
 .Sh NAME
@@ -94,16 +94,15 @@ The
 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
+The
 .Bx 4.4
-extension and the
+extension of accepting arguments outside of the range of the
+.Vt "unsigned char"
+type in locales with large character sets is considered obsolete
+and may not be supported in future releases.
+The
 .Fn iswgraph
-function should be used instead for maximum portability.
+function should be used instead.
 .Sh SEE ALSO
 .Xr ctype 3 ,
 .Xr iswgraph 3 ,