mirror of
https://github.com/systemd/systemd.git
synced 2025-06-11 23:17:08 +03:00
man: add references to fifo(7) and mq_overview(7) man pages
This commit is contained in:
parent
74d6421da0
commit
c758bea722
@ -253,11 +253,10 @@
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>ListenFIFO=</varname></term>
|
<term><varname>ListenFIFO=</varname></term>
|
||||||
<listitem><para>Specifies a file system FIFO to listen on.
|
<listitem><para>Specifies a file system FIFO (see <citerefentry
|
||||||
This expects an absolute file system path as argument.
|
project='man-pages'><refentrytitle>fifo</refentrytitle><manvolnum>7</manvolnum></citerefentry> for
|
||||||
Behavior otherwise is very similar to the
|
details) to listen on. This expects an absolute file system path as argument. Behavior otherwise is
|
||||||
<varname>ListenDatagram=</varname> directive
|
very similar to the <varname>ListenDatagram=</varname> directive above.</para></listitem>
|
||||||
above.</para></listitem>
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -285,12 +284,12 @@
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>ListenMessageQueue=</varname></term>
|
<term><varname>ListenMessageQueue=</varname></term>
|
||||||
<listitem><para>Specifies a POSIX message queue name to listen
|
<listitem><para>Specifies a POSIX message queue name to listen on (see <citerefentry
|
||||||
on. This expects a valid message queue name (i.e. beginning
|
project='man-pages'><refentrytitle>mq_overview</refentrytitle><manvolnum>7</manvolnum></citerefentry>
|
||||||
with /). Behavior otherwise is very similar to the
|
for details). This expects a valid message queue name (i.e. beginning with
|
||||||
<varname>ListenFIFO=</varname> directive above. On Linux
|
<literal>/</literal>). Behavior otherwise is very similar to the <varname>ListenFIFO=</varname>
|
||||||
message queue descriptors are actually file descriptors and
|
directive above. On Linux message queue descriptors are actually file descriptors and can be
|
||||||
can be inherited between processes.</para></listitem>
|
inherited between processes.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user