Loading...
string/FreeBSD/strcoll.3.patch Libc-391.2.7 Libc-763.12
--- Libc/Libc-391.2.7/string/FreeBSD/strcoll.3.patch
+++ Libc/Libc-763.12/string/FreeBSD/strcoll.3.patch
@@ -1,31 +1,41 @@
---- strcoll.3.orig	Fri Mar 11 08:36:09 2005
-+++ strcoll.3	Fri Mar 11 09:43:41 2005
-@@ -40,7 +40,8 @@
+--- strcoll.3.bsdnew	2009-11-30 13:52:22.000000000 -0800
++++ strcoll.3	2009-11-30 14:29:06.000000000 -0800
+@@ -36,14 +36,26 @@
  .Dt STRCOLL 3
  .Os
  .Sh NAME
 -.Nm strcoll
+-.Nd compare strings according to current collation
 +.Nm strcoll ,
 +.Nm strcoll_l
- .Nd compare strings according to current collation
++.Nd compare strings, according to current collation
  .Sh LIBRARY
  .Lb libc
-@@ -48,6 +49,9 @@
+ .Sh SYNOPSIS
  .In string.h
  .Ft int
- .Fn strcoll "const char *s1" "const char *s2"
+-.Fn strcoll "const char *s1" "const char *s2"
++.Fo strcoll
++.Fa "const char *s1"
++.Fa "const char *s2"
++.Fc
++.In string.h
 +.In xlocale.h
 +.Ft int
-+.Fn strcoll_l "const char *s1" "const char *s2" "locale_t loc"
++.Fo strcoll_l
++.Fa "const char *s1"
++.Fa "const char *s2"
++.Fa "locale_t loc"
++.Fc
  .Sh DESCRIPTION
  The
  .Fn strcoll
-@@ -63,11 +67,20 @@
- .Fa s1
- is greater than, equal to, or less than
- .Fa s2 .
+@@ -62,11 +74,20 @@ If information about the current locale 
+ the value of
+ .Fn strcmp s1 s2
+ is returned.
 +.Pp
-+While the
++Although the
 +.Fn strcoll
 +function uses the current locale, the
 +.Fn strcoll_l