]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/iscntrl.3.patch
Libc-594.1.4.tar.gz
[apple/libc.git] / locale / FreeBSD / iscntrl.3.patch
1 --- iscntrl.3 2004-11-25 11:38:17.000000000 -0800
2 +++ iscntrl.3.edit 2006-08-09 13:23:23.000000000 -0700
3 @@ -55,14 +55,14 @@
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 or the value of
13 .Dv EOF .
14 In the ASCII character set, this includes the following characters
15 -(with their numeric values shown in octal):
16 +(preceded by their numeric values, in octal):
17 .Pp
18 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
19 .It "\&000\ NUL \t001\ SOH \t002\ STX \t003\ ETX \t004\ EOT"
20 @@ -90,6 +90,7 @@
21 function should be used instead.
22 .Sh SEE ALSO
23 .Xr ctype 3 ,
24 +.Xr isalnum_l 3 ,
25 .Xr iswcntrl 3 ,
26 .Xr multibyte 3 ,
27 .Xr ascii 7