diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-01-21 00:42:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-21 00:42:47 +0100 |
commit | 76e7bc8dfbb1139254c3819f448246592f17f317 (patch) | |
tree | 3a62063c06de386878d4ee3cb64e41508fd17050 /man/locale.conf.xml | |
parent | 3996fbe2a2a212d9ac983950602cc09db55d77ef (diff) |
man: give an example for vconsole.conf
https://bugs.freedesktop.org/show_bug.cgi?id=31955
Diffstat (limited to 'man/locale.conf.xml')
-rw-r--r-- | man/locale.conf.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/locale.conf.xml b/man/locale.conf.xml index fa446a8e17..d36e7bda64 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> |