]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/iswalnum.3.patch
Libc-391.2.3.tar.gz
[apple/libc.git] / locale / FreeBSD / iswalnum.3.patch
1 --- iswalnum.3.orig Fri Mar 11 19:18:47 2005
2 +++ iswalnum.3 Fri Mar 11 19:20:06 2005
3 @@ -114,6 +114,12 @@
4 functions (like
5 .Xr isalnum 3 ) ,
6 for details.
7 +.Pp
8 +Extended locale versions of these functions are documented in
9 +.Xr iswalnum_l 3 .
10 +See
11 +.Xr xlocale 3
12 +for more information.
13 .Sh RETURN VALUES
14 The functions return zero if the character tests false and
15 return non-zero if the character tests true.
16 @@ -137,7 +143,8 @@
17 .Xr isspecial 3 ,
18 .Xr isupper 3 ,
19 .Xr isxdigit 3 ,
20 -.Xr wctype 3
21 +.Xr wctype 3 ,
22 +.Xr iswalnum_l 3
23 .Sh STANDARDS
24 These functions conform to
25 .St -p1003.1-2001 ,