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 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 d6ac579918..a73db00d1c 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