From 76e7bc8dfbb1139254c3819f448246592f17f317 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 21 Jan 2011 00:42:47 +0100 Subject: [PATCH] man: give an example for vconsole.conf https://bugs.freedesktop.org/show_bug.cgi?id=31955 --- man/locale.conf.xml | 13 +++++++++++++ man/vconsole.conf.xml | 14 ++++++++++++++ 2 files changed, 27 insertions(+) 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 -- 2.30.2