From: Lennart Poettering Date: Thu, 20 Jan 2011 23:42:47 +0000 (+0100) Subject: man: give an example for vconsole.conf X-Git-Tag: v17~11 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=76e7bc8dfbb1139254c3819f448246592f17f317;p=elogind.git 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 fa446a8e1..d36e7bda6 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 locale7. + + + + Example + + + German locale with english messages + + /etc/locale.conf: + + LANG=de_DE.UTF-8 +LC_MESSAGE=C + diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml index d6ac57991..a73db00d1 100644 --- a/man/vconsole.conf.xml +++ b/man/vconsole.conf.xml @@ -119,6 +119,20 @@ + + Example + + + German keyboard and console + + /etc/vconsole.conf: + + KEYMAP=de-latin1 +FONT=latarcyrheb-sun16 + + + + See Also