From c758bea7222662e6a43626ea66623f1efabbf32c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Oct 2020 16:19:10 +0100 Subject: [PATCH] man: add references to fifo(7) and mq_overview(7) man pages --- man/systemd.socket.xml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) 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. -- 2.47.3