summaryrefslogtreecommitdiffstats
path: root/etc/profile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-04-10 16:13:29 +0000
committerdes <des@FreeBSD.org>1998-04-10 16:13:29 +0000
commitfcd80f4e7b2c7c7e00d91e5196cf0cc74f4bc436 (patch)
treeea8339c5605336755fa402201f4d96b2287dd7b1 /etc/profile
parentab575a6efe3040e74e7bc4ca1eb20a4ed9b31562 (diff)
downloadFreeBSD-src-fcd80f4e7b2c7c7e00d91e5196cf0cc74f4bc436.zip
FreeBSD-src-fcd80f4e7b2c7c7e00d91e5196cf0cc74f4bc436.tar.gz
Added comments about LC_ALL and setlocale(3).
PR: conf/6145
Diffstat (limited to 'etc/profile')
-rw-r--r--etc/profile8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/profile b/etc/profile
index ff22847..6652cb3 100644
--- a/etc/profile
+++ b/etc/profile
@@ -2,13 +2,17 @@
# Uncomment this to give you the default 4.2 behavior, where disk
# information is shown in K-Blocks
# BLOCKSIZE=K; export BLOCKSIZE
-# Uncomment next two lines to activate Russian locale
+# Uncomment next three lines to activate Russian locale
# LANG=ru_RU.KOI8-R; export LANG
# MM_CHARSET=KOI8-R; export MM_CHARSET
-# Uncomment next two lines to activate Italian locale
+# LC_ALL=ru_RU.KOI8-R; export LC_ALL
+# Uncomment next three lines to activate Italian locale
# LANG=it_IT.ISO_8859-1; export LANG
# MM_CHARSET=ISO-8859-1; export MM_CHARSET
+# LC_ALL=it_IT.ISO_8859-1; export LC_ALL
# For full locales list check /usr/share/locale/*
+# You should also read the setlocale(3) man page for information
+# on how to achieve more precise control of locale settings.
# Read system messages
# msgs -f
# Allow terminal messages
OpenPOWER on IntegriCloud