summaryrefslogtreecommitdiffstats
path: root/man/systemd-run.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r--man/systemd-run.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
index 77e61e6881..4301c2ad81 100644
--- a/man/systemd-run.xml
+++ b/man/systemd-run.xml
@@ -647,7 +647,7 @@ There is a screen on:
<programlisting>$ systemd-run -t echo "&lt;${INVOCATION_ID}>" '&lt;${INVOCATION_ID}>'
&lt;> &lt;5d0149bfa2c34b79bccb13074001eb20>
- </programlisting>
+</programlisting>
<para>The first argument is expanded by the shell (double quotes), but the second one is not expanded
by the shell (single quotes).
@@ -673,7 +673,7 @@ There is a screen on:
<programlisting>$ systemd-run --expand-environment=no -t bash \
-c 'echo $SHELL $$ >/dev/stdout'
/bin/bash 12345
- </programlisting>
+</programlisting>
<para>The last argument is passed verbatim to the
<citerefentry project='man-pages'><refentrytitle>bash</refentrytitle><manvolnum>1</manvolnum></citerefentry>