X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/59e0d9fe772464b93d835d2a2964457702469a43..3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff:/locale/FreeBSD/isgraph.3 diff --git a/locale/FreeBSD/isgraph.3 b/locale/FreeBSD/isgraph.3 index 6975930..a4b3ba3 100644 --- a/locale/FreeBSD/isgraph.3 +++ b/locale/FreeBSD/isgraph.3 @@ -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 ,