]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd-run: Refer to man-pages project (man7.org) when citing bash(1)
authorBerndAdameit <bernd.adameit@gmail.com>
Sun, 18 Sep 2022 10:20:32 +0000 (12:20 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 18 Sep 2022 15:32:34 +0000 (00:32 +0900)
man/systemd-run.xml

index 0e67911fb03f2e1ea90570e7dcb11762bdb39844..0c91d61d7634a676e55c1ae8be54b5f2cfbbf4d3 100644 (file)
@@ -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>