From 37dac218b48be088ce0f82a6f9bc4e10c61d0ec2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 13 Feb 2019 10:57:49 +0100 Subject: [PATCH] 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. --- man/systemd.nspawn.xml | 6 +++--- tools/make-directive-index.py | 11 ++++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index f978fef..7924641 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -112,7 +112,7 @@ Settings files may include an [Exec] section, which carries various execution parameters: - + Boot= @@ -374,7 +374,7 @@ section, which carries various parameters configuring the file system of the container: - + ReadOnly= @@ -458,7 +458,7 @@ section, which carries various parameters configuring the network connectivity of the container: - + Private= diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py index 3202d48..51f1d51 100755 --- a/tools/make-directive-index.py +++ b/tools/make-directive-index.py @@ -98,6 +98,15 @@ TEMPLATE = '''\ + <citerefentry><refentrytitle>systemd.nspawn</refentrytitle><manvolnum>5</manvolnum></citerefentry> + directives + + Directives for configuring systemd-nspawn containers. + + + + + Program configuration options Directives for configuring the behaviour of the @@ -107,7 +116,7 @@ TEMPLATE = '''\ - command line options + Command line options Command-line options accepted by programs in the systemd suite. -- 2.7.4