diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-02-13 10:36:26 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-02-13 11:17:41 +0100 |
commit | 833fc9802cb6a8cf588527bf821d57d76341ba36 (patch) | |
tree | fc019e1f0ac350256ed93589bbfa4de1be4089df /tools/make-directive-index.py | |
parent | man: use <constant> for SD_BUS_ERROR_* and SD_BUS_NAME_* constants (diff) | |
download | systemd-833fc9802cb6a8cf588527bf821d57d76341ba36.tar.xz systemd-833fc9802cb6a8cf588527bf821d57d76341ba36.zip |
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.
Diffstat (limited to 'tools/make-directive-index.py')
-rwxr-xr-x | tools/make-directive-index.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py index 8703c8a37b..9e4fe66b75 100755 --- a/tools/make-directive-index.py +++ b/tools/make-directive-index.py @@ -46,8 +46,8 @@ TEMPLATE = '''\ <refsect1> <title>Environment variables</title> - <para>Environment variables understood by the systemd - manager and other programs.</para> + <para>Environment variables understood by the systemd manager + and other programs and environment variable-compatible settings.</para> <variablelist id='environment-variables' /> </refsect1> |