summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBerndAdameit <bernd.adameit@gmail.com>2022-09-18 12:20:32 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-09-19 00:32:34 +0900
commita3e03a3f1874f31f7b6253a4a42482800e8fea59 (patch)
tree82f1707776e0a66097ba8f024c034f5c089f921f /man
parent28f9bcd65a31487c9d624ded723fc7cd07af69c7 (diff)
downloadsystemd-a3e03a3f1874f31f7b6253a4a42482800e8fea59.tar.gz
man/systemd-run: Refer to man-pages project (man7.org) when citing bash(1)
Diffstat (limited to 'man')
-rw-r--r--man/systemd-run.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml
index 0e67911fb0..0c91d61d76 100644
--- a/man/systemd-run.xml
+++ b/man/systemd-run.xml
@@ -478,7 +478,7 @@ 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 <citerefentry project='die-net'><refentrytitle>bash</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+ <para>The following command invokes <citerefentry project='man-pages'><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 bash</programlisting>