[systemd-commits] man/locale.conf.xml man/vconsole.conf.xml

Lennart Poettering lennart at kemper.freedesktop.org
Thu Jan 20 15:43:12 PST 2011


 man/locale.conf.xml   |   13 +++++++++++++
 man/vconsole.conf.xml |   14 ++++++++++++++
 2 files changed, 27 insertions(+)

New commits:
commit 76e7bc8dfbb1139254c3819f448246592f17f317
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Jan 21 00:42:47 2011 +0100

    man: give an example for vconsole.conf
    
    https://bugs.freedesktop.org/show_bug.cgi?id=31955

diff --git a/man/locale.conf.xml b/man/locale.conf.xml
index fa446a8..d36e7bd 100644
--- a/man/locale.conf.xml
+++ b/man/locale.conf.xml
@@ -117,6 +117,19 @@
                 this file. For details about the meaning and semantics
                 of these settings, refer to
                 <citerefentry><refentrytitle>locale</refentrytitle><manvolnum>7</manvolnum></citerefentry>.</para>
+        </refsect1>
+
+        <refsect1>
+                <title>Example</title>
+
+                <example>
+                        <title>German locale with english messages</title>
+
+                        <para><filename>/etc/locale.conf:</filename></para>
+
+                        <programlisting>LANG=de_DE.UTF-8
+LC_MESSAGE=C</programlisting>
+                </example>
 
         </refsect1>
 
diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml
index d6ac579..a73db00 100644
--- a/man/vconsole.conf.xml
+++ b/man/vconsole.conf.xml
@@ -120,6 +120,20 @@
         </refsect1>
 
         <refsect1>
+                <title>Example</title>
+
+                <example>
+                        <title>German keyboard and console</title>
+
+                        <para><filename>/etc/vconsole.conf:</filename></para>
+
+                        <programlisting>KEYMAP=de-latin1
+FONT=latarcyrheb-sun16</programlisting>
+                </example>
+
+        </refsect1>
+
+        <refsect1>
                   <title>See Also</title>
                   <para>
                           <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,



More information about the systemd-commits mailing list