summaryrefslogtreecommitdiff
path: root/man/systemd-run.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r--man/systemd-run.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
index 99726dabfb..66ac26c5f8 100644
--- a/man/systemd-run.xml
+++ b/man/systemd-run.xml
@@ -479,10 +479,10 @@ Dec 08 20:44:48 container systemd[1]: Started /bin/touch /tmp/foo.</programlisti
<example>
<title>Allowing access to the tty</title>
- <para>The following command invokes <filename>/bin/bash</filename> as a service
- passing its standard input, output and error to the calling TTY.</para>
+ <para>The following command invokes <citerefentry><refentrytitle>bash</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+ as a service passing its standard input, output and error to the calling TTY.</para>
- <programlisting># systemd-run -t --send-sighup /bin/bash</programlisting>
+ <programlisting># systemd-run -t --send-sighup bash</programlisting>
</example>
<example>