diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-19 12:29:49 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-03-19 13:31:36 +0100 |
commit | db7374e1560fca564eb0cec84f3389bcda94c8af (patch) | |
tree | e1fff84c8dd54982991b828014e19efbeb557776 /man/systemd.socket.xml | |
parent | Add a set of assertion macros to tests.h (diff) | |
download | systemd-db7374e1560fca564eb0cec84f3389bcda94c8af.tar.xz systemd-db7374e1560fca564eb0cec84f3389bcda94c8af.zip |
Document new vsock literals
Fixes #31849
Diffstat (limited to 'man/systemd.socket.xml')
-rw-r--r-- | man/systemd.socket.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml index 1ac97ae137..c7166e4f64 100644 --- a/man/systemd.socket.xml +++ b/man/systemd.socket.xml @@ -221,7 +221,9 @@ <replaceable>x</replaceable> on a port <replaceable>y</replaceable> address in the <constant>AF_VSOCK</constant> family. The CID is a unique 32-bit integer identifier in <constant>AF_VSOCK</constant> analogous to an IP address. Specifying the CID is optional, and may be - set to the empty string.</para> + set to the empty string. <literal>vsock</literal> may be replaced with + <literal>vsock-stream</literal>, <literal>vsock-dgram</literal> or <literal>vsock-seqpacket</literal> + to force usage of the corresponding socket type.</para> <para>Note that <constant>SOCK_SEQPACKET</constant> (i.e. <varname>ListenSequentialPacket=</varname>) is only available |