Loading...
--- Libc/Libc-1725.40.4/string/FreeBSD/strcoll.3
+++ Libc/Libc-763.12/string/FreeBSD/strcoll.3
@@ -36,26 +36,14 @@
.Dt STRCOLL 3
.Os
.Sh NAME
-.Nm strcoll ,
-.Nm strcoll_l
-.Nd compare strings, according to current collation
+.Nm strcoll
+.Nd compare strings according to current collation
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In string.h
.Ft int
-.Fo strcoll
-.Fa "const char *s1"
-.Fa "const char *s2"
-.Fc
-.In string.h
-.In xlocale.h
-.Ft int
-.Fo strcoll_l
-.Fa "const char *s1"
-.Fa "const char *s2"
-.Fa "locale_t loc"
-.Fc
+.Fn strcoll "const char *s1" "const char *s2"
.Sh DESCRIPTION
The
.Fn strcoll
@@ -74,20 +62,11 @@
the value of
.Fn strcmp s1 s2
is returned.
-.Pp
-Although the
-.Fn strcoll
-function uses the current locale, the
-.Fn strcoll_l
-function may be passed a locale directly. See
-.Xr xlocale 3
-for more information.
.Sh SEE ALSO
.Xr setlocale 3 ,
.Xr strcmp 3 ,
.Xr strxfrm 3 ,
-.Xr wcscoll 3 ,
-.Xr xlocale 3
+.Xr wcscoll 3
.Sh STANDARDS
The
.Fn strcoll