]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: move all config file options to one section
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 Feb 2019 09:49:47 +0000 (10:49 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 Feb 2019 10:17:41 +0000 (11:17 +0100)
We had "SYSTEM MANAGER DIRECTIVES" which was a misnomer already, because
it also listed user manager stuff. Let's make this a more general section
and move the items for other services there too (from "MISCELANENOUS").

man/coredump.conf.xml
man/journal-remote.conf.xml
man/journal-upload.conf.xml
man/journald.conf.xml
man/logind.conf.xml
man/systemd-sleep.conf.xml
man/systemd-system.conf.xml
man/udev.conf.xml
tools/make-directive-index.py

index ee3c1b69193455c81be401afdf250e20a809e84b..4ccc174bbc705010f6603224c4827d3092a1a27e 100644 (file)
@@ -54,7 +54,7 @@
     <para>All options are configured in the
     <literal>[Coredump]</literal> section:</para>
 
-    <variablelist>
+    <variablelist class='config-directives'>
 
       <varlistentry>
         <term><varname>Storage=</varname></term>
index acc1817cd8bc08bd9fe0fc594186d4f2121f31e9..8fa557c0ba0eb5cc31c08294c1120a817bf53f18 100644 (file)
@@ -51,7 +51,7 @@
     <para>All options are configured in the
     <literal>[Remote]</literal> section:</para>
 
-    <variablelist>
+    <variablelist class='config-directives'>
       <varlistentry>
         <term><varname>Seal=</varname></term>
 
index c3bfa4795002c7c5498b0bb2c1dce935ed895d7f..3dda3019b551bc589ae8c292c2599b1feb8ea8fa 100644 (file)
@@ -48,7 +48,7 @@
 
     <para>All options are configured in the <literal>[Upload]</literal> section:</para>
 
-    <variablelist>
+    <variablelist class='config-directives'>
       <varlistentry>
         <term><varname>URL=</varname></term>
 
index a44b0e84ed7a8b7343dcc451b3b6d1236513eccf..2791678a4f97128d845dc6ae3d0cb5909c31c862 100644 (file)
@@ -50,7 +50,7 @@
     <para>All options are configured in the
     <literal>[Journal]</literal> section:</para>
 
-    <variablelist>
+    <variablelist class='config-directives'>
 
       <varlistentry>
         <term><varname>Storage=</varname></term>
index a40785895781501ca8743a4c511e25a2560e7d43..ac8032ab4dc70bcd0e16a3cc22901d0038d88d16 100644 (file)
@@ -51,7 +51,7 @@
     <para>All options are configured in the
     <literal>[Login]</literal> section:</para>
 
-    <variablelist>
+    <variablelist class='config-directives'>
 
       <varlistentry>
         <term><varname>NAutoVTs=</varname></term>
index 96e6d5e452369e95edc3190a5ac790a34e651928..af61947c5ca0185c84518937d52af5b851d24dbe 100644 (file)
     <filename>/etc/systemd/sleep.conf</filename> or a
     <filename>sleep.conf.d</filename> file:</para>
 
-    <variablelist class='systemd-directives'>
+    <variablelist class='config-directives'>
       <varlistentry>
         <term><varname>AllowSuspend=</varname></term>
         <term><varname>AllowHibernation=</varname></term>
index 73458fd5c7a2d415a7845de86ec703e5861362be..27242b3a569cf714daf19c83fdebeea93552bd53 100644 (file)
@@ -63,7 +63,7 @@
     <para>All options are configured in the
     <literal>[Manager]</literal> section:</para>
 
-    <variablelist class='systemd-directives'>
+    <variablelist class='config-directives'>
 
       <varlistentry>
         <term><varname>LogLevel=</varname></term>
index 23a4595fa9bef14ff16572c96822749190b50029..d1878f8c6f67acea7a5097e96de323229bebac7d 100644 (file)
@@ -40,7 +40,7 @@
       ignored. The following variables can be set:
     </para>
 
-    <variablelist>
+    <variablelist class='config-directives'>
       <varlistentry>
         <term><varname>udev_log=</varname></term>
 
index 9e4fe66b75c551d9c0109d43b584b468d1c449cb..3202d48e9a41e1c7ba95f6f70039d5c5e4fe8d5d 100755 (executable)
@@ -98,12 +98,12 @@ TEMPLATE = '''\
         </refsect1>
 
         <refsect1>
-                <title>System manager directives</title>
+                <title>Program configuration options</title>
 
                 <para>Directives for configuring the behaviour of the
-                systemd process.</para>
+                systemd process and other tools through configuration files.</para>
 
-                <variablelist id='systemd-directives' />
+                <variablelist id='config-directives' />
         </refsect1>
 
         <refsect1>