man/systemd-nspawn: fix indentation and parenthesis location

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-06-16 09:43:46 +02:00
parent 5811490a3f
commit 730bdfed81

View file

@ -1545,8 +1545,9 @@ After=sys-subsystem-net-devices-ens1.device</programlisting>
with a focus on implementing stateless operating system images.</para></listitem>
</varlistentry>
</variablelist>
</refsect2>
</refsect2><refsect2>
<refsect2>
<title>Input/Output Options</title>
<variablelist>
@ -1592,7 +1593,8 @@ After=sys-subsystem-net-devices-ens1.device</programlisting>
</varlistentry>
</variablelist>
</refsect2><refsect2>
</refsect2>
<refsect2>
<title>Credentials</title>
<variablelist>
@ -1612,10 +1614,10 @@ After=sys-subsystem-net-devices-ens1.device</programlisting>
from a parent service manager to a container manager service and from there into its payload. This
can even be done recursively.</para>
<para>In order to embed binary data into the credential data for <option>--set-credential=</option>
<para>In order to embed binary data into the credential data for <option>--set-credential=</option>,
use C-style escaping (i.e. <literal>\n</literal> to embed a newline, or <literal>\x00</literal> to
embed a <constant>NUL</constant> byte. Note that the invoking shell might already apply unescaping
once, hence this might require double escaping!).</para>
embed a <constant>NUL</constant> byte). Note that the invoking shell might already apply unescaping
once, hence this might require double escaping!.</para>
<para>The
<citerefentry><refentrytitle>systemd-sysusers.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
@ -1641,7 +1643,6 @@ After=sys-subsystem-net-devices-ens1.device</programlisting>
configure the system's initial locale and root password.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect2><refsect2>