chiark / gitweb /
directive-index: system manager directives
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 10 Aug 2012 17:14:30 +0000 (19:14 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 17 Sep 2012 10:42:22 +0000 (12:42 +0200)
Makefile.am
make-directive-index.py
man/systemd.conf.xml

index 5a133da4668b2f49308b1e6d1f9b547a74fc582f..32f08edb0d1aef6bf9bebd2798e75d36af4e56bb 100644 (file)
@@ -702,7 +702,9 @@ XML_DIRECTIVE_FILES = \
        man/systemd.timer.xml \
        man/systemd.snapshot.xml \
        man/systemd.exec.xml \
-       man/systemd.device.xml
+       man/systemd.kill.xml \
+       man/systemd.device.xml \
+       man/systemd.conf.xml
 
 man/systemd.directives.xml: make-directive-index.py $(XML_DIRECTIVE_FILES)
        $(AM_V_at)$(MKDIR_P) $(dir $@)
index 49d1028edb8778b8187a1451c6611b1815788361..468ea583fb895ec12b4acea0786533fcf9a9512b 100644 (file)
@@ -39,6 +39,15 @@ TEMPLATE = '''\
                 <variablelist id='unit-directives' />
         </refsect1>
 
+        <refsect1>
+                <title>System manager directives</title>
+
+                <para>Directives for configuring the behaviour of the
+                systemd process.</para>
+
+                <variablelist id='systemd-directives' />
+        </refsect1>
+
         <refsect1>
                 <title>UDEV directives</title>
 
@@ -101,6 +110,7 @@ def make_page(xml_files):
     directive_groups = {name:collections.defaultdict(list)
                         for name in ['unit-directives',
                                      'udev-directives',
+                                     'systemd-directives',
                                      ]}
     for page in xml_files:
         _extract_directives(directive_groups, page)
index a550c2c71aacc0ef86dd2ee6c64564efb9da187b..7776c8f4f739808e13b17173eb9855a7628f0d02 100644 (file)
@@ -69,7 +69,7 @@
                 <para>All options are configured in the
                 <literal>[Manager]</literal> section:</para>
 
-                <variablelist>
+                <variablelist class='systemd-directives'>
 
                         <varlistentry>
                                 <term><varname>LogLevel=</varname></term>