]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/iscntrl.3.patch
cbb58e07f3bccbc7281e455ca7e89f33f61a6621
[apple/libc.git] / locale / FreeBSD / iscntrl.3.patch
1 --- iscntrl.3.bsdnew 2009-11-10 13:13:10.000000000 -0800
2 +++ iscntrl.3 2009-11-10 13:33:05.000000000 -0800
3 @@ -54,7 +54,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 "\&000\ NUL \t001\ SOH \t002\ STX \t003\ ETX \t004\ EOT"
12 @@ -82,6 +82,7 @@ The
13 function should be used instead.
14 .Sh SEE ALSO
15 .Xr ctype 3 ,
16 +.Xr isalnum_l 3 ,
17 .Xr iswcntrl 3 ,
18 .Xr ascii 7
19 .Sh STANDARDS