diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-09 15:32:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-09 15:32:24 +0000 |
commit | df6fd03f43915e89c9e2348e6bdeee72b38fb7ed (patch) | |
tree | 19e37e8ebf39598c9c9f48485465cf73d63d5b94 | |
parent | 6e5e07917c70bceaab2dcbc8c8a46c9d362fbff2 (diff) |
LC_CTYPE has no effect on ctype(3), but on wctype(3); ok jmc@
-rw-r--r-- | lib/libc/locale/setlocale.3 | 6 |
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. |