]> git.saurik.com Git - apple/libc.git/blobdiff - locale/FreeBSD/ispunct.3
Libc-1082.50.1.tar.gz
[apple/libc.git] / locale / FreeBSD / ispunct.3
index 1b471664e32d524573f37a5c76f2e5c64fb00365..b4fcfa3e8d921c770f573e8df978b6ffd85db2cc 100644 (file)
@@ -47,7 +47,7 @@
 .Sh DESCRIPTION
 The
 .Fn ispunct
-function tests for any printing character except for space
+function tests for any printing character, except for space
 .Pq Ql "\ "
 or a
 character for which
@@ -59,7 +59,7 @@ or the value of
 .Dv EOF .
 .Pp
 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 "\&041\ ``!'' \t042\ ``""'' \t043\ ``#'' \t044\ ``$'' \t045\ ``%''"
@@ -87,6 +87,7 @@ The
 function should be used instead.
 .Sh SEE ALSO
 .Xr ctype 3 ,
+.Xr isalnum_l 3 ,
 .Xr iswpunct 3 ,
 .Xr ascii 7
 .Sh STANDARDS