]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/iscntrl.3.patch
Libc-498.tar.gz
[apple/libc.git] / locale / FreeBSD / iscntrl.3.patch
index f61e759efba235b4bb98d0b2b3cd077feeec9bef..06d84fdc83b2f783acdafdfdd3b3502f33b9a0af 100644 (file)
@@ -1,12 +1,27 @@
---- iscntrl.3.orig     Fri Mar 11 19:25:22 2005
-+++ iscntrl.3  Fri Mar 11 19:27:09 2005
-@@ -92,7 +92,8 @@
+--- iscntrl.3  2004-11-25 11:38:17.000000000 -0800
++++ iscntrl.3.edit     2006-08-09 13:23:23.000000000 -0700
+@@ -55,14 +55,14 @@
+ For single C
+ .Va char Ns s
+ locales (see
+-.Xr multibyte 3 )
++.Xr multibyte 3 ) ,
+ the value of the argument is
+ representable as an
+ .Li unsigned char
+ or the value of
+ .Dv EOF .
+ 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"
+@@ -90,6 +90,7 @@
+ function should be used instead.
+ .Sh SEE ALSO
  .Xr ctype 3 ,
++.Xr isalnum_l 3 ,
  .Xr iswcntrl 3 ,
  .Xr multibyte 3 ,
--.Xr ascii 7
-+.Xr ascii 7 ,
-+.Xr isalnum_l
- .Sh STANDARDS
- The
- .Fn iscntrl
+ .Xr ascii 7