From: Zbigniew Jędrzejewski-Szmek Date: Wed, 13 Feb 2019 09:36:26 +0000 (+0100) Subject: man: move os-release, machine-info, vconsole.conf vars to envvar section X-Git-Tag: v241~7^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=833fc9802cb6a8cf588527bf821d57d76341ba36;p=thirdparty%2Fsystemd.git man: move os-release, machine-info, vconsole.conf vars to envvar section Strictly speaking, those are not environment variables, but they are compatible and people think about them like this. Moving them makes them easier to find. --- diff --git a/man/machine-info.xml b/man/machine-info.xml index 476996ce5ff..5a268c9f369 100644 --- a/man/machine-info.xml +++ b/man/machine-info.xml @@ -58,7 +58,7 @@ The following machine metadata parameters may be set using /etc/machine-info: - + PRETTY_HOSTNAME= diff --git a/man/os-release.xml b/man/os-release.xml index ea71b36c1e0..6de0cd7148b 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -90,7 +90,7 @@ The following OS identifications parameters may be set using os-release: - + NAME= diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml index fc8b2cb3efb..a0ca83507da 100644 --- a/man/vconsole.conf.xml +++ b/man/vconsole.conf.xml @@ -68,7 +68,7 @@ The following options are understood: - + KEYMAP= diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py index 8703c8a37bd..9e4fe66b75c 100755 --- a/tools/make-directive-index.py +++ b/tools/make-directive-index.py @@ -46,8 +46,8 @@ TEMPLATE = '''\ Environment variables - Environment variables understood by the systemd - manager and other programs. + Environment variables understood by the systemd manager + and other programs and environment variable-compatible settings.