summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcscoll.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/wcscoll.3')
-rw-r--r--lib/libc/locale/wcscoll.317
1 files changed, 10 insertions, 7 deletions
diff --git a/lib/libc/locale/wcscoll.3 b/lib/libc/locale/wcscoll.3
index 4ce87355462..559dbb5f262 100644
--- a/lib/libc/locale/wcscoll.3
+++ b/lib/libc/locale/wcscoll.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wcscoll.3,v 1.1 2017/09/05 03:16:13 schwarze Exp $
+.\" $OpenBSD: wcscoll.3,v 1.2 2019/01/18 07:43:36 schwarze Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -32,7 +32,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 5 2017 $
+.Dd $Mdocdate: January 18 2019 $
.Dt WCSCOLL 3
.Os
.Sh NAME
@@ -68,12 +68,15 @@ they have the same effect as
and the global locale, the thread-specific locale, and the
.Fa locale
argument are ignored.
-.Sh ENVIRONMENT
-On other operating systems, the behaviour of
-.Fn wcscoll
-may depend on the
+On other operating systems, the results may depend on the
.Dv LC_CTYPE
-.Xr locale 1 .
+and
+.Dv LC_COLLATE
+locale categories set with
+.Xr setlocale 3 ,
+.Xr uselocale 3 ,
+or
+.Xr newlocale 3 .
.Sh SEE ALSO
.Xr newlocale 3 ,
.Xr setlocale 3 ,