summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strcoll.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libc/string/strcoll.317
1 files changed, 10 insertions, 7 deletions
diff --git a/src/lib/libc/string/strcoll.3 b/src/lib/libc/string/strcoll.3
index 4ba1f22677..9daa6cd93f 100644
--- a/src/lib/libc/string/strcoll.3
+++ b/src/lib/libc/string/strcoll.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strcoll.3,v 1.10 2017/09/05 03:16:13 schwarze Exp $ 1.\" $OpenBSD: strcoll.3,v 1.11 2019/01/18 07:43:36 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991 The Regents of the University of California. 3.\" Copyright (c) 1990, 1991 The Regents of the University of California.
4.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> 4.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -32,7 +32,7 @@
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE. 33.\" SUCH DAMAGE.
34.\" 34.\"
35.Dd $Mdocdate: September 5 2017 $ 35.Dd $Mdocdate: January 18 2019 $
36.Dt STRCOLL 3 36.Dt STRCOLL 3
37.Os 37.Os
38.Sh NAME 38.Sh NAME
@@ -68,12 +68,15 @@ they have the same effect as
68and the global locale, the thread-specific locale, and the 68and the global locale, the thread-specific locale, and the
69.Fa locale 69.Fa locale
70argument are ignored. 70argument are ignored.
71.Sh ENVIRONMENT 71On other operating systems, results may depend on the
72On other operating systems, the behaviour of
73.Fn strcoll
74may depend on the
75.Dv LC_CTYPE 72.Dv LC_CTYPE
76.Xr locale 1 . 73and
74.Dv LC_COLLATE
75locale categories set with
76.Xr setlocale 3 ,
77.Xr uselocale 3 ,
78or
79.Xr newlocale 3 .
77.Sh SEE ALSO 80.Sh SEE ALSO
78.Xr newlocale 3 , 81.Xr newlocale 3 ,
79.Xr setlocale 3 , 82.Xr setlocale 3 ,