]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/isdigit.3.patch
Libc-498.tar.gz
[apple/libc.git] / locale / FreeBSD / isdigit.3.patch
1 --- isdigit.3 2004-11-25 11:38:17.000000000 -0800
2 +++ isdigit.3.edit 2006-08-09 13:23:40.000000000 -0700
3 @@ -71,7 +71,7 @@
4 For single C
5 .Va char Ns s
6 locales (see
7 -.Xr multibyte 3 )
8 +.Xr multibyte 3 ) ,
9 the value of the argument is
10 representable as an
11 .Li unsigned char
12 @@ -83,7 +83,7 @@
13 and
14 .Fn isnumber
15 functions return zero if the character tests false and
16 -returns non-zero if the character tests true.
17 +return non-zero if the character tests true.
18 .Sh COMPATIBILITY
19 The
20 .Bx 4.4
21 @@ -96,6 +96,7 @@
22 function should be used instead.
23 .Sh SEE ALSO
24 .Xr ctype 3 ,
25 +.Xr isalnum_l 3 ,
26 .Xr iswdigit 3 ,
27 .Xr multibyte 3 ,
28 .Xr ascii 7