diff options
author | BerndAdameit <bernd.adameit@gmail.com> | 2022-09-18 12:20:32 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-09-18 17:32:34 +0200 |
commit | a3e03a3f1874f31f7b6253a4a42482800e8fea59 (patch) | |
tree | 82f1707776e0a66097ba8f024c034f5c089f921f /man/systemd-run.xml | |
parent | path-util: add examples for path_make_relative() and path_make_relative_parent() (diff) | |
download | systemd-a3e03a3f1874f31f7b6253a4a42482800e8fea59.tar.xz systemd-a3e03a3f1874f31f7b6253a4a42482800e8fea59.zip |
man/systemd-run: Refer to man-pages project (man7.org) when citing bash(1)
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r-- | man/systemd-run.xml | 2 |
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> |