From 7e9a787a8677c8a7e014622a06152ead2d8c0638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 7 Nov 2025 16:41:05 +0100 Subject: [PATCH] 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. --- man/custom-entities.ent.in | 6 +++--- man/systemd-system.conf.xml | 10 +++++----- man/vconsole.conf.xml | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) 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.