aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/isxdigit.3
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2004-08-21 07:37:08 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2004-08-21 07:37:08 +0000
commitb9b90a131248967679ea3943c6481203add07695 (patch)
tree6383bdb99ca26798ca5a359531d4c6653a5da38b /lib/libc/locale/isxdigit.3
parent9f09e3bbc66129431e4fdfc37665f5c52a3078e0 (diff)
downloadsrc-b9b90a131248967679ea3943c6481203add07695.tar.gz
src-b9b90a131248967679ea3943c6481203add07695.zip
Re-word compatibility section, taking care to use the word "obsolete" to
describe the 4.4BSD extension of accepting characters (runes) outside of the range of unsigned char.
Notes
Notes: svn path=/head/; revision=134103
Diffstat (limited to 'lib/libc/locale/isxdigit.3')
-rw-r--r--lib/libc/locale/isxdigit.37
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/locale/isxdigit.3 b/lib/libc/locale/isxdigit.3
index 4019d69b9ee4..9dc3400f2855 100644
--- a/lib/libc/locale/isxdigit.3
+++ b/lib/libc/locale/isxdigit.3
@@ -36,7 +36,7 @@
.\" @(#)isxdigit.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd July 30, 2004
+.Dd August 21, 2004
.Dt ISXDIGIT 3
.Os
.Sh NAME
@@ -90,10 +90,11 @@ The
.Bx 4.4
extension of accepting arguments outside of the range of the
.Vt "unsigned char"
-type in locales with large character sets is deprecated.
+type in locales with large character sets is considered obsolete
+and may not be supported in future releases.
The
.Fn iswxdigit
-function should be used instead for maximum portability.
+function should be used instead.
.Sh SEE ALSO
.Xr ctype 3 ,
.Xr iswxdigit 3 ,