aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/isalnum.3
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-07-29 23:32:41 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-07-29 23:32:41 +0000
commit0db74aa4a9fad5850d799282c7bb128baffd6d89 (patch)
tree82e5e52d5ab921c7727a4dba9142e83df6fdcd11 /lib/libc/locale/isalnum.3
parente5afeeb3bef4f355b996c3855a32225d4e1b224b (diff)
downloadsrc-0db74aa4a9fad5850d799282c7bb128baffd6d89.tar.gz
src-0db74aa4a9fad5850d799282c7bb128baffd6d89.zip
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.
Notes
Notes: svn path=/head/; revision=132859
Diffstat (limited to 'lib/libc/locale/isalnum.3')
-rw-r--r--lib/libc/locale/isalnum.314
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/libc/locale/isalnum.3 b/lib/libc/locale/isalnum.3
index 5cc0f8c43282..643a97916d00 100644
--- a/lib/libc/locale/isalnum.3
+++ b/lib/libc/locale/isalnum.3
@@ -36,7 +36,7 @@
.\" @(#)isalnum.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd October 6, 2002
+.Dd July 30, 2004
.Dt ISALNUM 3
.Os
.Sh NAME
@@ -89,14 +89,12 @@ The
function returns zero if the character tests false and
returns non-zero if the character tests true.
.Sh COMPATIBILITY
-Although
-.Fn isalnum
-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 iswalnum
function should be used instead for maximum portability.
.Sh SEE ALSO