diff options
Diffstat (limited to 'lib/libc/locale/ispunct.3')
-rw-r--r-- | lib/libc/locale/ispunct.3 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/libc/locale/ispunct.3 b/lib/libc/locale/ispunct.3 index 05a8769..96b2c4f 100644 --- a/lib/libc/locale/ispunct.3 +++ b/lib/libc/locale/ispunct.3 @@ -36,7 +36,7 @@ .\" @(#)ispunct.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd October 6, 2002 +.Dd July 30, 2004 .Dt ISPUNCT 3 .Os .Sh NAME @@ -84,14 +84,12 @@ The function returns zero if the character tests false and returns non-zero if the character tests true. .Sh COMPATIBILITY -Although -.Fn ispunct -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 deprecated. +The .Fn iswpunct function should be used instead for maximum portability. .Sh SEE ALSO |