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 /man | |
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 'man')
-rw-r--r-- | man/machine-info.xml | 2 | ||||
-rw-r--r-- | man/os-release.xml | 2 | ||||
-rw-r--r-- | man/vconsole.conf.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man/machine-info.xml b/man/machine-info.xml index 476996ce5f..5a268c9f36 100644 --- a/man/machine-info.xml +++ b/man/machine-info.xml @@ -58,7 +58,7 @@ <para>The following machine metadata parameters may be set using <filename>/etc/machine-info</filename>:</para> - <variablelist> + <variablelist class='environment-variables'> <varlistentry> <term><varname>PRETTY_HOSTNAME=</varname></term> diff --git a/man/os-release.xml b/man/os-release.xml index ea71b36c1e..6de0cd7148 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -90,7 +90,7 @@ <para>The following OS identifications parameters may be set using <filename>os-release</filename>:</para> - <variablelist> + <variablelist class='environment-variables'> <varlistentry> <term><varname>NAME=</varname></term> diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml index fc8b2cb3ef..a0ca83507d 100644 --- a/man/vconsole.conf.xml +++ b/man/vconsole.conf.xml @@ -68,7 +68,7 @@ <para>The following options are understood:</para> - <variablelist> + <variablelist class='environment-variables'> <varlistentry> <term><varname>KEYMAP=</varname></term> |