aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-04-30 16:07:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-04-30 16:07:54 +0000
commit271632b02bb32d52cb549991309e76544daf6f0f (patch)
treec5c44224ce1be79ab3edd9e4c6e390951d4b4a2c /lib/libc/locale
parentc2b25558160c6957fcc5cf9f4b50d670d7fe4848 (diff)
downloadsrc-271632b02bb32d52cb549991309e76544daf6f0f.tar.gz
src-271632b02bb32d52cb549991309e76544daf6f0f.zip
Add reference to catopen(3)
Notes
Notes: svn path=/head/; revision=35555
Diffstat (limited to 'lib/libc/locale')
-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