[deployment-guide/comm-rel: 87/727] Updated the /etc/sysconfig/i18n section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:31:28 UTC 2010


commit 14e9d1bba26cc1926e8ab6f60a9ca978f18a3245
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Jul 21 13:08:58 2010 +0200

    Updated the /etc/sysconfig/i18n section.

 en-US/The_sysconfig_Directory.xml |   34 ++++++++++++++++++++++++++++++----
 1 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index 2cbd701..693c474 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -380,11 +380,37 @@
     <section id="s2-sysconfig-i18n">
       <title><filename>/etc/sysconfig/i18n</filename></title>
       <para>
-        The <filename>/etc/sysconfig/i18n</filename> file sets the default language, any supported languages, and the default system font. For example:
+        The <filename>/etc/sysconfig/i18n</filename> configuration file defines the default language, any supported languages, and the default system font. By default, it contains the following options:
       </para>
-      <screen>LANG="en_US.UTF-8"
-SUPPORTED="en_US.UTF-8:en_US:en"
-SYSFONT="latarcyrheb-sun16"</screen>
+      <variablelist>
+        <varlistentry>
+          <term><option>LANG=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              The default language. For example:
+            </para>
+            <screen>LANG="en_US.UTF-8"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>SUPPORTED=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              The colon-separated list of supported languages. For example:
+            </para>
+            <screen>SUPPORTED="en_US.UTF-8:en_US:en"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>SYSFONT=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              The default system font. For example:
+            </para>
+            <screen>SYSFONT="latarcyrheb-sun16"</screen>
+          </listitem>
+        </varlistentry>
+      </variablelist>
     </section>
     <section id="s2-sysconfig-init">
       <title><filename>/etc/sysconfig/init</filename></title>


More information about the docs-commits mailing list