]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- clarified (LANG is also whole locale code; LANGUAGE not LINGUAS is used at runtime)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Feb 2013 16:22:05 +0000 (16:22 +0000)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Feb 2013 16:22:05 +0000 (16:22 +0000)
svn-id: @12625

doc/sysconfig.txt

index 8ed42925a2b8720d9fc201472a7d06c74c3469a8..0fa181aa38c320bfbcec4c26c00c5c08942a4f20 100644 (file)
@@ -163,12 +163,17 @@ Files in /etc/sysconfig
 
 /etc/sysconfig/i18n
 
-  LANG= can be any ISO 638-1 language code
-  LC_ALL= is the setting of the localedata configuration (eg fr_CA, fr_CA.UTF-8)
-  LINGUAS= can be a : separated list of language codes
+  LANG= is the default setting of localedata configuration
+    (ISO-639-1 language code with ISO-3166-1 country code and optional
+     variant and/or encoding, eg. fr_CA, fr_CA.UTF-8);
+  LC_CTYPE=, LC_COLLATE=, LC_MESSAGES=, LC_NUMERIC=, LC_MONETARY=, LC_TIME=
+    are the individual category settings
+  LC_ALL= overrides all of the above LC_*
+  LANGUAGE= can be a : separated list of language codes
+    see locale(7) for details
   SYSTERM= use to set default TERM environment variable
 
-  The above three variables are used in rc.sysinit.
+  The above variables are used in rc.sysinit.
 
   SYSFONT= any font that is legal when used as
        /usr/sbin/setfont $SYSFONT ...
This page took 0.047106 seconds and 4 git commands to generate.