]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/iswalnum.3.patch
Libc-763.13.tar.gz
[apple/libc.git] / locale / FreeBSD / iswalnum.3.patch
1 --- iswalnum.3.orig 2009-11-09 15:05:25.000000000 -0800
2 +++ iswalnum.3 2009-11-09 15:05:26.000000000 -0800
3 @@ -107,9 +107,15 @@ for use with wide characters
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 @@ -132,6 +138,7 @@ return non-zero if the character tests t
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 @@ -143,7 +150,7 @@ except
29 .Fn iswideogram ,
30 .Fn iswnumber ,
31 .Fn iswphonogram ,
32 -.Fn iswrune
33 +.Fn iswrune ,
34 and
35 .Fn iswspecial ,
36 which are