Loading...
--- Libc/Libc-391/locale/FreeBSD/isblank.3.patch
+++ Libc/Libc-583/locale/FreeBSD/isblank.3.patch
@@ -1,12 +1,27 @@
---- isblank.3.orig Fri Mar 11 19:25:22 2005
-+++ isblank.3 Fri Mar 11 19:27:12 2005
-@@ -85,7 +85,8 @@
+--- isblank.3 2004-11-25 11:38:17.000000000 -0800
++++ isblank.3.edit 2006-08-09 13:23:09.000000000 -0700
+@@ -54,13 +54,13 @@
+ .It "\&``\et''\t`` ''"
+ .El
+ .Pp
+-In the "C" locale
++In the "C" locale,
+ .Fn isblank
+-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
+@@ -83,6 +83,7 @@
+ returns non-zero if the character tests true.
+ .Sh SEE ALSO
.Xr ctype 3 ,
++.Xr isalnum_l 3 ,
.Xr iswblank 3 ,
.Xr multibyte 3 ,
--.Xr ascii 7
-+.Xr ascii 7 ,
-+.Xr isalnum_l
- .Sh STANDARDS
- The
- .Fn isblank
+ .Xr ascii 7