isspace.3.patch   [plain text]


--- isspace.3	2004-11-25 11:38:17.000000000 -0800
+++ isspace.3.edit	2006-08-09 13:24:59.000000000 -0700
@@ -58,13 +58,13 @@
 .It "\&``\et''\t``\en''\t``\ev''\t``\ef''\t``\er''\t`` ''"
 .El
 .Pp
-In the "C" locale
+In the "C" locale,
 .Fn isspace
-successful test is limited to this characters only.
+successful test is limited to these characters only.
 For single C
 .Va char Ns s
 locales (see
-.Xr multibyte 3 )
+.Xr multibyte 3 ) ,
 the value of the argument is
 representable as an
 .Li unsigned char
@@ -87,6 +87,7 @@
 function should be used instead.
 .Sh SEE ALSO
 .Xr ctype 3 ,
+.Xr isalnum_l 3 ,
 .Xr iswspace 3 ,
 .Xr multibyte 3 ,
 .Xr ascii 7