From 49b625ed820a09f07417316f210a71eca7aabce7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 13 Nov 2017 19:14:19 +0100 Subject: 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 --- man/systemd-vconsole-setup.service.xml | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) (limited to 'man') diff --git a/man/systemd-vconsole-setup.service.xml b/man/systemd-vconsole-setup.service.xml index 51e4ef43f2..b8eafcc02e 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. -- cgit v1.2.3