]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/isgraph.3.patch
Libc-498.1.5.tar.gz
[apple/libc.git] / locale / FreeBSD / isgraph.3.patch
1 --- isgraph.3 2004-11-25 11:38:17.000000000 -0800
2 +++ isgraph.3.edit 2006-08-09 13:23:59.000000000 -0700
3 @@ -54,18 +54,18 @@
4 function tests for any printing character except space
5 .Pq Ql "\ "
6 and other
7 -locale specific space-like characters.
8 +locale-specific, space-like characters.
9 For single C
10 .Va char Ns s
11 locales (see
12 -.Xr multibyte 3 )
13 +.Xr multibyte 3 ) ,
14 the value of the argument is
15 representable as an
16 .Li unsigned char
17 or the value of
18 .Dv EOF .
19 In the ASCII character set, this includes the following characters
20 -(with their numeric values shown in octal):
21 +(preceded by their numeric values, in octal):
22 .Pp
23 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
24 .It "\&041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$'' \t045\ ``%''"
25 @@ -105,6 +105,7 @@
26 function should be used instead.
27 .Sh SEE ALSO
28 .Xr ctype 3 ,
29 +.Xr isalnum_l 3 ,
30 .Xr iswgraph 3 ,
31 .Xr multibyte 3 ,
32 .Xr ascii 7