aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/locale/setlocale.35
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3
index 7494f2d06b96..c19ad90673ef 100644
--- a/lib/libc/locale/setlocale.3
+++ b/lib/libc/locale/setlocale.3
@@ -89,7 +89,9 @@ and so on. The real work is done by the
.Fn setrunelocale
function.
.It Dv LC_MESSAGES
-Set a locale for message catalogs.
+Set a locale for message catalogs, see
+.Xr catopen 3
+function.
.It Dv LC_MONETARY
Set a locale for formatting monetary values;
this affects the
@@ -289,6 +291,7 @@ and the category
.Xr rune 3 ,
.Xr strcoll 3 ,
.Xr strxfrm 3 ,
+.Xr catopen 3 ,
.Xr euc 4 ,
.Xr utf2 4
.Sh STANDARDS