summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/ispunct.3
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-07-29 23:32:41 +0000
committertjr <tjr@FreeBSD.org>2004-07-29 23:32:41 +0000
commit24ab237a8980c1104688fd011e09eafc8e3ac3d5 (patch)
tree82e5e52d5ab921c7727a4dba9142e83df6fdcd11 /lib/libc/locale/ispunct.3
parent3d22c61072a3b89837dc33e0e21a82ec5cea1329 (diff)
downloadFreeBSD-src-24ab237a8980c1104688fd011e09eafc8e3ac3d5.zip
FreeBSD-src-24ab237a8980c1104688fd011e09eafc8e3ac3d5.tar.gz
Re-word the COMPATIBILITY section, taking care to use the word "deprecated"
to describe the 4.4BSD extension of accepting arguments outside the range of unsigned char. This gives us freedom to remove this extension when we remove the <rune.h> interface in FreeBSD 6.
Diffstat (limited to 'lib/libc/locale/ispunct.3')
-rw-r--r--lib/libc/locale/ispunct.314
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
OpenPOWER on IntegriCloud