diff --git a/man/custom-entities.ent.in b/man/custom-entities.ent.in
index 9ec6ef92cc..6338ad13f9 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 d3c345dbb4..b7fe53dc9c 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 5b3524d729..e5e160cf3d 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.