From: Matthieu Baerts Date: Mon, 17 Oct 2022 17:03:05 +0000 (+0200) Subject: ss: man: add missing entries for MPTCP X-Git-Tag: v6.1.0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e42ee99007440e69fa134589e45401f3ebd9f71;p=thirdparty%2Fiproute2.git ss: man: add missing entries for MPTCP '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 Signed-off-by: Stephen Hemminger --- diff --git a/man/man8/ss.8 b/man/man8/ss.8 index 12cb91b99..6489aa791 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.