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