Skip to content

Commit 833fc98

Browse files
committed
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.
1 parent b678359 commit 833fc98

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

man/machine-info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<para>The following machine metadata parameters may be set using
5959
<filename>/etc/machine-info</filename>:</para>
6060

61-
<variablelist>
61+
<variablelist class='environment-variables'>
6262

6363
<varlistentry>
6464
<term><varname>PRETTY_HOSTNAME=</varname></term>

man/os-release.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<para>The following OS identifications parameters may be set using
9191
<filename>os-release</filename>:</para>
9292

93-
<variablelist>
93+
<variablelist class='environment-variables'>
9494

9595
<varlistentry>
9696
<term><varname>NAME=</varname></term>

man/vconsole.conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
<para>The following options are understood:</para>
7070

71-
<variablelist>
71+
<variablelist class='environment-variables'>
7272

7373
<varlistentry>
7474
<term><varname>KEYMAP=</varname></term>

tools/make-directive-index.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<refsect1>
4747
<title>Environment variables</title>
4848
49-
<para>Environment variables understood by the systemd
50-
manager and other programs.</para>
49+
<para>Environment variables understood by the systemd manager
50+
and other programs and environment variable-compatible settings.</para>
5151
5252
<variablelist id='environment-variables' />
5353
</refsect1>

0 commit comments

Comments
 (0)