X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/1f2f436a38f7ae2d39a943ad2898d8fed4ed2e58..2be56ee90c5c5bee77895b8787a43e894249002b:/locale/FreeBSD/ispunct.3?ds=sidebyside diff --git a/locale/FreeBSD/ispunct.3 b/locale/FreeBSD/ispunct.3 index 1b47166..b4fcfa3 100644 --- a/locale/FreeBSD/ispunct.3 +++ b/locale/FreeBSD/ispunct.3 @@ -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