diff options
author | Benjamin Franzke <benjaminfranzke@gmail.com> | 2022-05-28 14:42:17 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2022-05-30 20:21:27 +0200 |
commit | b47013fd77c3058768906e110827b0c1ff8c540c (patch) | |
tree | f24ea76e8da8117e8c073cdf491d9ffd2e810d68 /man | |
parent | Merge pull request #23562 from yuwata/fix-typo (diff) | |
download | systemd-b47013fd77c3058768906e110827b0c1ff8c540c.tar.xz systemd-b47013fd77c3058768906e110827b0c1ff8c540c.zip |
man/nspawn: fix boot-option related wording
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-nspawn.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 8a527269d3..668d907509 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -74,7 +74,7 @@ <para>As a safety check <command>systemd-nspawn</command> will verify the existence of <filename>/usr/lib/os-release</filename> or <filename>/etc/os-release</filename> in the container tree before - starting the container (see + starting a container (see <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry>). It might be necessary to add this file to the container tree manually if the OS of the container is too old to contain this file out-of-the-box.</para> @@ -84,8 +84,8 @@ template unit file <filename>systemd-nspawn@.service</filename> is provided to make this easy, taking the container name as instance identifier. Note that different default options apply when <command>systemd-nspawn</command> is invoked by the template unit file than interactively on the command line. Most importantly the template unit file - makes use of the <option>--boot</option> which is not the default in case <command>systemd-nspawn</command> is - invoked from the interactive command line. Further differences with the defaults are documented along with the + makes use of the <option>--boot</option> option which is not the default in case <command>systemd-nspawn</command> + is invoked from the interactive command line. Further differences with the defaults are documented along with the various supported options below.</para> <para>The <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry> tool may @@ -121,7 +121,7 @@ <refsect1> <title>Options</title> - <para>If option <option>-b</option> is specified, the arguments + <para>If option <option>--boot</option> is specified, the arguments are used as arguments for the init program. Otherwise, <replaceable>COMMAND</replaceable> specifies the program to launch in the container, and the remaining arguments are used as |