]> git.saurik.com Git - apple/libc.git/blame - locale/FreeBSD/iswalnum.3.patch
Libc-498.tar.gz
[apple/libc.git] / locale / FreeBSD / iswalnum.3.patch
CommitLineData
224c7076
A
1--- iswalnum.3 2003-05-20 15:21:44.000000000 -0700
2+++ iswalnum.3.edit 2006-08-09 13:28:43.000000000 -0700
3@@ -111,9 +111,15 @@
4 or
5 .Vt wint_t ) .
6 See the description for the similarly-named single byte classification
7-functions (like
8+functions (such as
3d9156a7
A
9 .Xr isalnum 3 ) ,
10 for details.
11+.Pp
12+Extended locale versions of these functions are documented in
13+.Xr iswalnum_l 3 .
14+See
15+.Xr xlocale 3
16+for more information.
17 .Sh RETURN VALUES
18 The functions return zero if the character tests false and
19 return non-zero if the character tests true.
224c7076
A
20@@ -136,6 +142,7 @@
21 .Xr isspace 3 ,
3d9156a7
A
22 .Xr isspecial 3 ,
23 .Xr isupper 3 ,
224c7076 24+.Xr iswalnum_l 3 ,
3d9156a7 25 .Xr isxdigit 3 ,
224c7076 26 .Xr wctype 3
3d9156a7 27 .Sh STANDARDS
224c7076
A
28@@ -147,7 +154,7 @@
29 .Fn iswideogram ,
30 .Fn iswnumber ,
31 .Fn iswphonogram ,
32-.Fn iswrune
33+.Fn iswrune ,
34 and
35 .Fn iswspecial ,
36 which are