]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: move os-release, machine-info, vconsole.conf vars to envvar section
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 Feb 2019 09:36:26 +0000 (10:36 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 Feb 2019 10:17:41 +0000 (11:17 +0100)
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
man/os-release.xml
man/vconsole.conf.xml
tools/make-directive-index.py

index 476996ce5ff9c29cca9f2c030d828fd593729295..5a268c9f3690c662f6f3a8570567e4101afda649 100644 (file)
@@ -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>
index ea71b36c1e040385d2aefe6207e39ad250fed8f1..6de0cd7148b122c9bb4e3dc4841f47ba4b8f5b96 100644 (file)
@@ -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>
index fc8b2cb3efb1b33365b572e82a4bfcab81ab8f59..a0ca83507da35c3567d8a8afdf29124a3bd237b6 100644 (file)
@@ -68,7 +68,7 @@
 
     <para>The following options are understood:</para>
 
-    <variablelist>
+    <variablelist class='environment-variables'>
 
       <varlistentry>
         <term><varname>KEYMAP=</varname></term>
index 8703c8a37bd073f6938f706bb36f8f12b4261749..9e4fe66b75c551d9c0109d43b584b468d1c449cb 100755 (executable)
@@ -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>