diff options
author | cunshunxia <cunshunxia@tencent.com> | 2024-02-29 03:46:25 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-03-20 15:24:11 +0100 |
commit | cc59d1014f4851ad188640d0b6b370083ec7213f (patch) | |
tree | a97f9572003f35cdcc10c092c390e70324805826 /man/systemd-nspawn.xml | |
parent | Merge pull request #31827 from rpigott/resolved-faster-dnssec (diff) | |
download | systemd-cc59d1014f4851ad188640d0b6b370083ec7213f.tar.xz systemd-cc59d1014f4851ad188640d0b6b370083ec7213f.zip |
man: fix a few issues in manpage
fix: #31482
Signed-off-by: cunshunxia <cunshunxia@tencent.com>
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 8f7e6d103d..4b9c252784 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -1754,7 +1754,7 @@ After=sys-subsystem-net-devices-ens1.device</programlisting> <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> + once, hence this might require double escaping!</para> <para>The <citerefentry><refentrytitle>systemd-sysusers.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> |