From 833fc9802cb6a8cf588527bf821d57d76341ba36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 13 Feb 2019 10:36:26 +0100 Subject: [PATCH] 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. --- man/machine-info.xml | 2 +- man/os-release.xml | 2 +- man/vconsole.conf.xml | 2 +- tools/make-directive-index.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/machine-info.xml b/man/machine-info.xml index 476996c..5a268c9 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 ea71b36..6de0cd7 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 fc8b2cb..a0ca835 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 8703c8a..9e4fe66 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. -- 2.7.4