]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/isalpha.3.patch
Libc-763.11.tar.gz
[apple/libc.git] / locale / FreeBSD / isalpha.3.patch
1 --- isalpha.3.bsdnew 2009-11-10 13:13:10.000000000 -0800
2 +++ isalpha.3 2009-11-10 13:24:18.000000000 -0800
3 @@ -58,7 +58,7 @@ or the value of
4 .Dv EOF .
5 .Pp
6 In the ASCII character set, this includes the following characters
7 -(with their numeric values shown in octal):
8 +(preceded by their numeric values, in octal):
9 .Pp
10 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
11 .It "\&101\ ``A'' \t102\ ``B'' \t103\ ``C'' \t104\ ``D'' \t105\ ``E''"
12 @@ -90,6 +90,7 @@ The
13 function should be used instead.
14 .Sh SEE ALSO
15 .Xr ctype 3 ,
16 +.Xr isalnum_l 3 ,
17 .Xr islower 3 ,
18 .Xr isupper 3 ,
19 .Xr iswalpha 3 ,