From: Zbigniew Jędrzejewski-Szmek Date: Wed, 13 Feb 2019 09:57:49 +0000 (+0100) Subject: man: add a new directives section for .nspawn X-Git-Tag: v241~7^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37dac218b48be088ce0f82a6f9bc4e10c61d0ec2;p=platform%2Fupstream%2Fsystemd.git 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. --- 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.