diff options
-rw-r--r-- | lib/libc/locale/setlocale.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index 4424adcc383..1bb5282188b 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setlocale.3,v 1.16 2014/12/09 15:32:23 schwarze Exp $ +.\" $OpenBSD: setlocale.3,v 1.17 2014/12/11 20:24:05 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: December 9 2014 $ +.Dd $Mdocdate: December 11 2014 $ .Dt SETLOCALE 3 .Os .Sh NAME @@ -74,9 +74,10 @@ This controls alphabetic ordering in and .Fn strxfrm . .It Dv LC_CTYPE -Set a locale for the -.Xr wctype 3 -functions. +Set a locale for the functions declared in +.In ctype.h +and +.In wctype.h . This controls recognition of upper and lower case, alphabetic or non-alphabetic characters, and so on. The real work is done by the |