summaryrefslogtreecommitdiff
path: root/tools/make-directive-index.py
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-02-13 10:57:49 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-02-13 11:17:41 +0100
commit37dac218b48be088ce0f82a6f9bc4e10c61d0ec2 (patch)
treeaef14da7e6718ff9cbc517cfcdc6ade835105d1e /tools/make-directive-index.py
parentd2acdcc6463cde22fcb5c9cf472126b6b0cdac9a (diff)
downloadsystemd-37dac218b48be088ce0f82a6f9bc4e10c61d0ec2.tar.gz
man: add a new directives section for .nspawn
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.
Diffstat (limited to 'tools/make-directive-index.py')
-rwxr-xr-xtools/make-directive-index.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py
index 3202d48e9a..51f1d514fc 100755
--- a/tools/make-directive-index.py
+++ b/tools/make-directive-index.py
@@ -98,6 +98,15 @@ TEMPLATE = '''\
</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>
<para>Directives for configuring the behaviour of the
@@ -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>