From: Lennart Poettering Date: Mon, 13 Nov 2017 18:14:19 +0000 (+0100) Subject: man: rework systemd-vconsole-setup man page a bit (#7312) X-Git-Tag: v236~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49b625ed820a09f07417316f210a71eca7aabce7;p=thirdparty%2Fsystemd.git man: rework systemd-vconsole-setup man page a bit (#7312) It's not systemd that invokes the service internally as needed, it's systemd-localed. Correct that. Also, stop using the word "helper". To me a "helper" constitutes something internal, not official API. I doubt systemd-vconsole-setup really matches that description though, hence let's better avoid the term. Also, clean up some other wording, and be less imbiguous, by suggesting a single command to apply vconsole.conf instead of two. Follow-up for 597c25d2a7c61453acd723340350e8748a5106dd --- diff --git a/man/systemd-vconsole-setup.service.xml b/man/systemd-vconsole-setup.service.xml index 51e4ef43f29..b8eafcc02eb 100644 --- a/man/systemd-vconsole-setup.service.xml +++ b/man/systemd-vconsole-setup.service.xml @@ -57,25 +57,21 @@ Description - systemd-vconsole-setup is a helper used to prepare either all virtual consoles, or — if - the optional TTY parameter is provided — a specific one. When the system is booting up - it's called by systemd-udevd8 during vtconsole subsystem initialization. - systemd1 also calls it internally as needed via - systemd-vconsole-setup.service. The helper calls - loadkeys1 and - setfont8 - internally. + systemd-vconsole-setup sets up and configures either all virtual consoles, or — if the + optional TTY parameter is provided — a specific one. When the system is booting up it's + called by systemd-udevd8 during + VT console subsystem initialization. Also, + systemd-localed.service8 invokes + it as needed when language or console changes are made. Internally, this program calls loadkeys1 and setfont8. - - You may want to use this helper whenever you change vconsole.conf to - refresh the settings on your consoles — either through the systemctl restart / - systemctl start command or directly through the executable. - + Execute systemctl restart systemd-vconsole-setup.service in order to apply any manual + changes made to /etc/vconsole.conf. - See - vconsole.conf5 - for information about the configuration files and kernel command line options understood by this program. + See vconsole.conf5 for + information about the configuration files and kernel command line options understood by this program.