]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: add a new directives section for .nspawn
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 Feb 2019 09:57:49 +0000 (10:57 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 Feb 2019 10:17:41 +0000 (11:17 +0100)
They is quite a bit of those directives and they were in "MISCELLANEOUS" because
they don't quite fit anywhere. When the OCI-compat stuff is merged, there'll
be even more, so let's make a separate section for them.

man/systemd.nspawn.xml
tools/make-directive-index.py

index f978fef235ef3aafae55ce997a014232cc449a06..7924641df96749e533cfa18d380b45984997fe3b 100644 (file)
     <para>Settings files may include an <literal>[Exec]</literal>
     section, which carries various execution parameters:</para>
 
-    <variablelist>
+    <variablelist class='nspawn-directives'>
 
       <varlistentry>
         <term><varname>Boot=</varname></term>
     section, which carries various parameters configuring the file
     system of the container:</para>
 
-    <variablelist>
+    <variablelist class='nspawn-directives'>
 
       <varlistentry>
         <term><varname>ReadOnly=</varname></term>
     section, which carries various parameters configuring the network
     connectivity of the container:</para>
 
-    <variablelist>
+    <variablelist class='nspawn-directives'>
 
       <varlistentry>
         <term><varname>Private=</varname></term>
index 3202d48e9a41e1c7ba95f6f70039d5c5e4fe8d5d..51f1d514fcc4435d43adb7d3099d82676a62714a 100755 (executable)
@@ -97,6 +97,15 @@ TEMPLATE = '''\
                 <variablelist id='fstab-options' />
         </refsect1>
 
+        <refsect1>
+                <title><citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+                directives</title>
+
+                <para>Directives for configuring systemd-nspawn containers.</para>
+
+                <variablelist id='nspawn-directives' />
+        </refsect1>
+
         <refsect1>
                 <title>Program configuration options</title>
 
@@ -107,7 +116,7 @@ TEMPLATE = '''\
         </refsect1>
 
         <refsect1>
-                <title>command line options</title>
+                <title>Command line options</title>
 
                 <para>Command-line options accepted by programs in the
                 systemd suite.</para>