summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2014-12-09 15:32:23 +0000
committerschwarze <schwarze@openbsd.org>2014-12-09 15:32:23 +0000
commit96f0607fe84795c22e9824df71e937bde5970fa1 (patch)
tree52f99ac1f8916c4954157da070473ab37f04b22c /lib/libc
parentLike libc, also for the kernel: Import new amd64 assembly versions of (diff)
downloadwireguard-openbsd-96f0607fe84795c22e9824df71e937bde5970fa1.tar.xz
wireguard-openbsd-96f0607fe84795c22e9824df71e937bde5970fa1.zip
LC_CTYPE has no effect on ctype(3), but on wctype(3); ok jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/setlocale.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3
index 6836da5a860..4424adcc383 100644
--- a/lib/libc/locale/setlocale.3
+++ b/lib/libc/locale/setlocale.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setlocale.3,v 1.15 2014/07/14 07:22:07 pelikan Exp $
+.\" $OpenBSD: setlocale.3,v 1.16 2014/12/09 15:32:23 schwarze Exp $
.\" $NetBSD: setlocale.3,v 1.3 1997/07/14 23:19:47 kleink Exp $
.\"
.\" Copyright (c) 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)setlocale.3 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: July 14 2014 $
+.Dd $Mdocdate: December 9 2014 $
.Dt SETLOCALE 3
.Os
.Sh NAME
@@ -75,7 +75,7 @@ and
.Fn strxfrm .
.It Dv LC_CTYPE
Set a locale for the
-.Xr ctype 3
+.Xr wctype 3
functions.
This controls recognition of upper and lower case,
alphabetic or non-alphabetic characters, and so on.