summaryrefslogtreecommitdiff
path: root/man/systemd.socket.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-10-26 16:19:10 +0100
committerLennart Poettering <lennart@poettering.net>2020-10-27 14:11:48 +0100
commitc758bea7222662e6a43626ea66623f1efabbf32c (patch)
treeedaf8283cb5d4361f7e1a3092fabf5b97165e81c /man/systemd.socket.xml
parent74d6421da08ff2ef4b081644438c3eb86d17eac6 (diff)
downloadsystemd-c758bea7222662e6a43626ea66623f1efabbf32c.tar.gz
man: add references to fifo(7) and mq_overview(7) man pages
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r--man/systemd.socket.xml21
1 files changed, 10 insertions, 11 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index 079cdf0052..a1e4284763 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -253,11 +253,10 @@
<varlistentry>
<term><varname>ListenFIFO=</varname></term>
- <listitem><para>Specifies a file system FIFO to listen on.
- This expects an absolute file system path as argument.
- Behavior otherwise is very similar to the
- <varname>ListenDatagram=</varname> directive
- above.</para></listitem>
+ <listitem><para>Specifies a file system FIFO (see <citerefentry
+ project='man-pages'><refentrytitle>fifo</refentrytitle><manvolnum>7</manvolnum></citerefentry> for
+ details) to listen on. This expects an absolute file system path as argument. Behavior otherwise is
+ very similar to the <varname>ListenDatagram=</varname> directive above.</para></listitem>
</varlistentry>
<varlistentry>
@@ -285,12 +284,12 @@
<varlistentry>
<term><varname>ListenMessageQueue=</varname></term>
- <listitem><para>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
- <varname>ListenFIFO=</varname> directive above. On Linux
- message queue descriptors are actually file descriptors and
- can be inherited between processes.</para></listitem>
+ <listitem><para>Specifies a POSIX message queue name to listen on (see <citerefentry
+ project='man-pages'><refentrytitle>mq_overview</refentrytitle><manvolnum>7</manvolnum></citerefentry>
+ for details). This expects a valid message queue name (i.e. beginning with
+ <literal>/</literal>). Behavior otherwise is very similar to the <varname>ListenFIFO=</varname>
+ directive above. On Linux message queue descriptors are actually file descriptors and can be
+ inherited between processes.</para></listitem>
</varlistentry>
<varlistentry>