]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/isupper.3.patch
Libc-498.tar.gz
[apple/libc.git] / locale / FreeBSD / isupper.3.patch
1 --- isupper.3 2004-11-25 11:38:17.000000000 -0800
2 +++ isupper.3.edit 2006-08-09 13:25:22.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 "\&101\ ``A'' \t102\ ``B'' \t103\ ``C'' \t104\ ``D'' \t105\ ``E''"
20 @@ -89,6 +89,7 @@
21 function should be used instead.
22 .Sh SEE ALSO
23 .Xr ctype 3 ,
24 +.Xr isalnum_l 3 ,
25 .Xr iswupper 3 ,
26 .Xr multibyte 3 ,
27 .Xr toupper 3 ,