mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
man: give an example for vconsole.conf
https://bugs.freedesktop.org/show_bug.cgi?id=31955
This commit is contained in:
parent
3996fbe2a2
commit
76e7bc8dfb
@ -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>
|
||||
|
||||
|
@ -119,6 +119,20 @@
|
||||
</variablelist>
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user