]> git.saurik.com Git - apple/libc.git/blob - locale/FreeBSD/ispunct.3.patch
Libc-763.11.tar.gz
[apple/libc.git] / locale / FreeBSD / ispunct.3.patch
1 --- ispunct.3.bsdnew 2009-11-10 13:13:10.000000000 -0800
2 +++ ispunct.3 2009-11-10 13:17:02.000000000 -0800
3 @@ -47,7 +47,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 @@ -59,7 +59,7 @@ or the value of
13 .Dv EOF .
14 .Pp
15 In the ASCII character set, this includes the following characters
16 -(with their numeric values shown in octal):
17 +(preceded by their numeric values, in octal):
18 .Pp
19 .Bl -column \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__ \&000_``0''__
20 .It "\&041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$'' \t045\ ``%''"
21 @@ -87,6 +87,7 @@ The
22 function should be used instead.
23 .Sh SEE ALSO
24 .Xr ctype 3 ,
25 +.Xr isalnum_l 3 ,
26 .Xr iswpunct 3 ,
27 .Xr ascii 7
28 .Sh STANDARDS