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.