]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/isalnum.3.patch
Libc-763.12.tar.gz
[apple/libc.git] / locale / FreeBSD / isalnum.3.patch
1 --- isalnum.3.bsdnew 2009-11-10 13:13:10.000000000 -0800
2 +++ isalnum.3 2009-11-10 13:22:59.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 "\&060\ ``0'' \t061\ ``1'' \t062\ ``2'' \t063\ ``3'' \t064\ ``4''"
12 @@ -92,6 +92,7 @@ The
13 function should be used instead.
14 .Sh SEE ALSO
15 .Xr ctype 3 ,
16 +.Xr isalnum_l 3 ,
17 .Xr isalpha 3 ,
18 .Xr isdigit 3 ,
19 .Xr iswalnum 3 ,