diff mbox series

[iproute2,1/4] ss: man: add missing entries for MPTCP

Message ID 20221017170308.1280537-2-matthieu.baerts@tessares.net (mailing list archive)
State Accepted
Delegated to: Stephen Hemminger
Headers show
Series ss: add missing entries in man-pages and 'ss -h' | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Matthieu Baerts Oct. 17, 2022, 5:03 p.m. UTC
'ss -h' was mentioning MPTCP but not the man page.

While at it, also add the missing '.' at the end of the list, before the
new sentence.

Fixes: 9c3be2c0 ("ss: mptcp: add msk diag interface support")
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
---
 man/man8/ss.8 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/man/man8/ss.8 b/man/man8/ss.8
index 12cb91b9..6489aa79 100644
--- a/man/man8/ss.8
+++ b/man/man8/ss.8
@@ -385,6 +385,9 @@  Display vsock sockets (alias for -f vsock).
 .B \-\-xdp
 Display XDP sockets (alias for -f xdp).
 .TP
+.B \-M, \-\-mptcp
+Display MPTCP sockets.
+.TP
 .B \-\-inet-sockopt
 Display inet socket options.
 .TP
@@ -396,7 +399,7 @@  supported: unix, inet, inet6, link, netlink, vsock, xdp.
 List of socket tables to dump, separated by commas. The following identifiers
 are understood: all, inet, tcp, udp, raw, unix, packet, netlink, unix_dgram,
 unix_stream, unix_seqpacket, packet_raw, packet_dgram, dccp, sctp,
-vsock_stream, vsock_dgram, xdp Any item in the list may optionally be
+vsock_stream, vsock_dgram, xdp, mptcp. Any item in the list may optionally be
 prefixed by an exclamation mark
 .RB ( ! )
 to exclude that socket table from being dumped.