]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/iswalnum.3.patch
Libc-583.tar.gz
[apple/libc.git] / locale / FreeBSD / iswalnum.3.patch
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
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.
20 @@ -136,6 +142,7 @@
21 .Xr isspace 3 ,
22 .Xr isspecial 3 ,
23 .Xr isupper 3 ,
24 +.Xr iswalnum_l 3 ,
25 .Xr isxdigit 3 ,
26 .Xr wctype 3
27 .Sh STANDARDS
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