diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-02-13 10:57:49 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-02-13 11:17:41 +0100 |
commit | 37dac218b48be088ce0f82a6f9bc4e10c61d0ec2 (patch) | |
tree | aef14da7e6718ff9cbc517cfcdc6ade835105d1e /man/systemd.nspawn.xml | |
parent | man: move all config file options to one section (diff) | |
download | systemd-37dac218b48be088ce0f82a6f9bc4e10c61d0ec2.tar.xz systemd-37dac218b48be088ce0f82a6f9bc4e10c61d0ec2.zip |
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 'man/systemd.nspawn.xml')
-rw-r--r-- | man/systemd.nspawn.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd.nspawn.xml b/man/systemd.nspawn.xml index f978fef235..7924641df9 100644 --- a/man/systemd.nspawn.xml +++ b/man/systemd.nspawn.xml @@ -112,7 +112,7 @@ <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> @@ -374,7 +374,7 @@ section, which carries various parameters configuring the file system of the container:</para> - <variablelist> + <variablelist class='nspawn-directives'> <varlistentry> <term><varname>ReadOnly=</varname></term> @@ -458,7 +458,7 @@ section, which carries various parameters configuring the network connectivity of the container:</para> - <variablelist> + <variablelist class='nspawn-directives'> <varlistentry> <term><varname>Private=</varname></term> |