Merge pull request #6233 from keszybz/man-locale-vconsole

Small doc updates for 00-keyboard.conf, vconsole.conf, locale.conf
This commit is contained in:
Lennart Poettering 2017-07-03 11:40:42 +02:00 committed by GitHub
commit e634bca681
3 changed files with 15 additions and 5 deletions

View file

@ -91,12 +91,14 @@
might be checked for locale configuration as well, however only as
fallback.</para>
<para><citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
<para><filename>/etc/vconsole.conf</filename> is usually created and updated
using
<citerefentry><refentrytitle>systemd-localed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
<citerefentry project='man-pages'><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
may be used to alter the settings in this file during runtime from
the command line. Use
<citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>
to initialize them on mounted (but not booted) system
images.</para>
to initialize them on mounted (but not booted) system images.</para>
</refsect1>
<refsect1>

View file

@ -78,6 +78,13 @@
<para>Depending on the operating system other configuration files
might be checked for configuration of the virtual console as well,
however only as fallback.</para>
<para><filename>/etc/vconsole.conf</filename> is usually created and updated
using
<citerefentry><refentrytitle>systemd-localed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
<citerefentry><refentrytitle>localectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
may be used to instruct <command>systemd-localed.service</command> to
query or update configuration.</para>
</refsect1>
<refsect1>

View file

@ -361,8 +361,9 @@ int x11_write_data(Context *c) {
fchmod(fileno(f), 0644);
fputs("# Read and parsed by systemd-localed. It's probably wise not to edit this file\n"
"# manually too freely.\n"
fputs("# Written by systemd-localed(8), read by systemd-localed and Xorg. It's\n"
"# probably wise not to edit this file manually. Use localectl(1) to\n"
"# instruct systemd-localed to update it.\n"
"Section \"InputClass\"\n"
" Identifier \"system-keyboard\"\n"
" MatchIsKeyboard \"on\"\n", f);