diff options
author | 2015-08-12 09:38:23 +0000 | |
---|---|---|
committer | 2015-08-12 09:38:23 +0000 | |
commit | 8edbf0bd272fe0c737815ca6b8f8df9bc5fa8b90 (patch) | |
tree | 31eb7ac09e5973c00e94ffb6fa6b60329c3a57e6 /lib | |
parent | Fix adjustment of the offset when string, pstring or search match. (diff) | |
download | wireguard-openbsd-8edbf0bd272fe0c737815ca6b8f8df9bc5fa8b90.tar.xz wireguard-openbsd-8edbf0bd272fe0c737815ca6b8f8df9bc5fa8b90.zip |
Mention LC_MESSAGES.
Input & okay (pre-lock) from jmc@, sobrado@ and stsp@.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/locale/setlocale.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index 1bb5282188b..415b09aea62 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setlocale.3,v 1.17 2014/12/11 20:24:05 schwarze Exp $ +.\" $OpenBSD: setlocale.3,v 1.18 2015/08/12 09:38:23 zhuk 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 11 2014 $ +.Dd $Mdocdate: August 12 2015 $ .Dt SETLOCALE 3 .Os .Sh NAME @@ -83,6 +83,11 @@ alphabetic or non-alphabetic characters, and so on. The real work is done by the .Fn setrunelocale function. +.It Dv LC_MESSAGES +Set a locale for message strings. +Controls the behaviour of +.Xr catopen 3 +and internationalization tools. .It Dv LC_MONETARY Set a locale for formatting monetary values; this affects the |