Loading...
locale/FreeBSD/ispunct.3.patch Libc-763.13 Libc-391.2.10
--- Libc/Libc-763.13/locale/FreeBSD/ispunct.3.patch
+++ Libc/Libc-391.2.10/locale/FreeBSD/ispunct.3.patch
@@ -1,28 +1,12 @@
---- ispunct.3.bsdnew	2009-11-10 13:13:10.000000000 -0800
-+++ ispunct.3	2009-11-10 13:17:02.000000000 -0800
-@@ -47,7 +47,7 @@
- .Sh DESCRIPTION
+--- ispunct.3.orig	Fri Mar 11 19:25:22 2005
++++ ispunct.3	Fri Mar 11 19:26:38 2005
+@@ -97,7 +97,8 @@
+ .Xr ctype 3 ,
+ .Xr iswpunct 3 ,
+ .Xr multibyte 3 ,
+-.Xr ascii 7
++.Xr ascii 7 ,
++.Xr isalnum_l
+ .Sh STANDARDS
  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