diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-08 19:47:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-10 14:32:27 +0100 |
commit | d31e430f14ea076665973b935003326e5ffcbfc8 (patch) | |
tree | c340251583c25e2fe04b727e747f9d2915df2cef /man | |
parent | e53c6e4a2b8f65d6cc10784458833210837be180 (diff) |
activate: add new --seqpacket switch for testing SOCK_SEQPACKET sockets
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-activate.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/man/systemd-activate.xml b/man/systemd-activate.xml index c950a0836d..61a2bc8608 100644 --- a/man/systemd-activate.xml +++ b/man/systemd-activate.xml @@ -110,7 +110,16 @@ <term><option>-d</option></term> <term><option>--datagram</option></term> - <listitem><para>Listen on a datagram socket, instead of a stream socket.</para></listitem> + <listitem><para>Listen on a datagram socket (<constant>SOCK_DGRAM</constant>), instead of a stream socket + (<constant>SOCK_STREAM</constant>). May not be combined with <option>--seqpacket</option>.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>--seqpacket</option></term> + + <listitem><para>Listen on a sequential packet socket (<constant>SOCK_SEQPACKET</constant>), instead of a stream + socket (<constant>SOCK_STREAM</constant>). May not be combined with + <option>--datagram</option>.</para></listitem> </varlistentry> <varlistentry> |