From: Lennart Poettering Date: Mon, 26 Oct 2020 15:19:10 +0000 (+0100) Subject: man: add references to fifo(7) and mq_overview(7) man pages X-Git-Tag: v247-rc2~50^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c758bea7222662e6a43626ea66623f1efabbf32c;p=thirdparty%2Fsystemd.git man: add references to fifo(7) and mq_overview(7) man pages --- diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 079cdf00523..a1e4284763b 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -253,11 +253,10 @@ ListenFIFO= - Specifies a file system FIFO to listen on. - This expects an absolute file system path as argument. - Behavior otherwise is very similar to the - ListenDatagram= directive - above. + Specifies a file system FIFO (see fifo7 for + details) to listen on. This expects an absolute file system path as argument. Behavior otherwise is + very similar to the ListenDatagram= directive above. @@ -285,12 +284,12 @@ ListenMessageQueue= - Specifies a POSIX message queue name to listen - on. This expects a valid message queue name (i.e. beginning - with /). Behavior otherwise is very similar to the - ListenFIFO= directive above. On Linux - message queue descriptors are actually file descriptors and - can be inherited between processes. + Specifies a POSIX message queue name to listen on (see mq_overview7 + for details). This expects a valid message queue name (i.e. beginning with + /). Behavior otherwise is very similar to the ListenFIFO= + directive above. On Linux message queue descriptors are actually file descriptors and can be + inherited between processes.