From: Zbigniew Jędrzejewski-Szmek Date: Fri, 7 Nov 2025 15:41:05 +0000 (+0100) Subject: man: stop inventing custom entity names for docbook X-Git-Tag: v259-rc1~72^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e9a787a8677c8a7e014622a06152ead2d8c0638;p=thirdparty%2Fsystemd.git man: stop inventing custom entity names for docbook For some reason, the entity names configured in custom-entities.ent used abbreviated names. This just creates unnecessary confusion, so update to use the same name as the config dict. Reword some surrounding sentences while at it. --- diff --git a/man/custom-entities.ent.in b/man/custom-entities.ent.in index 9ec6ef92cc6..6338ad13f96 100644 --- a/man/custom-entities.ent.in +++ b/man/custom-entities.ent.in @@ -15,8 +15,8 @@ - - - + + + diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index d3c345dbb4b..b7fe53dc9cf 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -581,9 +581,9 @@ DefaultTimeoutStartSec= and DefaultTimeoutStopSec= - default to &DEFAULT_TIMEOUT; in the system manager and &DEFAULT_USER_TIMEOUT; in the user manager. - DefaultTimeoutAbortSec= is not set by default so that all units fall back to - TimeoutStopSec=. DefaultRestartSec= defaults to 100 ms. + default to &DEFAULT_TIMEOUT_SEC; in the system manager and &DEFAULT_USER_TIMEOUT_SEC; in the user + manager. DefaultTimeoutAbortSec= is not set by default so that all units fall back + to TimeoutStopSec=. DefaultRestartSec= defaults to 100 ms. @@ -597,8 +597,8 @@ and /etc/crypttab (see systemd.mount5, crypttab5). - Defaults to &DEFAULT_TIMEOUT; in the system manager and &DEFAULT_USER_TIMEOUT; in the user manager. - + Defaults to &DEFAULT_TIMEOUT_SEC; in the system manager and &DEFAULT_USER_TIMEOUT_SEC; in the user + manager. diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml index 5b3524d7290..e5e160cf3d5 100644 --- a/man/vconsole.conf.xml +++ b/man/vconsole.conf.xml @@ -75,11 +75,11 @@ KEYMAP= KEYMAP_TOGGLE= - Configures the key mapping table for the keyboard. KEYMAP= - defaults to &DEFAULT_KEYMAP; if not set. Specially, if @kernel - is specified, no keymap will be loaded, i.e. the kernel's default keymap is used. The - KEYMAP_TOGGLE= can be used to configure a second toggle keymap and is by default - unset. + Configures the key mapping table for the keyboard. KEYMAP= + defaults to &SYSTEMD_DEFAULT_KEYMAP; if not set. As a special case, if + @kernel is specified, no keymap will be loaded, i.e. the kernel's default keymap + will be used. The KEYMAP_TOGGLE= can be used to configure a second toggle keymap + and is by default unset.