]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/iscntrl.3
Libc-1158.1.2.tar.gz
[apple/libc.git] / locale / FreeBSD / iscntrl.3
index b12e912d4b0e4d87b323614220588d47d8e40578..bb7045db219930931e3440a9f2f7fd2804a60ac1 100644 (file)
@@ -54,7 +54,7 @@ or the value of
 .Dv EOF .
 .Pp
 In the ASCII character set, this includes the following characters
-(with their numeric values shown in octal):
+(preceded by their numeric values, in octal):
 .Pp
 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
 .It "\&000\ NUL \t001\ SOH \t002\ STX \t003\ ETX \t004\ EOT"
@@ -82,6 +82,7 @@ The
 function should be used instead.
 .Sh SEE ALSO
 .Xr ctype 3 ,
+.Xr isalnum_l 3 ,
 .Xr iswcntrl 3 ,
 .Xr ascii 7
 .Sh STANDARDS