mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
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.
This commit is contained in:
parent
b678359235
commit
833fc9802c
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -68,7 +68,7 @@
|
||||
|
||||
<para>The following options are understood:</para>
|
||||
|
||||
<variablelist>
|
||||
<variablelist class='environment-variables'>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>KEYMAP=</varname></term>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user