From: Phil Sutter Date: Thu, 9 Mar 2017 16:07:33 +0000 (+0100) Subject: man: ss.8: Add missing protocols to description of -A X-Git-Tag: v4.11.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32b1a12713a95794159630d5cf67ee86d11161d9;p=thirdparty%2Fiproute2.git man: ss.8: Add missing protocols to description of -A The list was missing dccp and sctp protocols. Signed-off-by: Phil Sutter --- diff --git a/man/man8/ss.8 b/man/man8/ss.8 index 4ef11523b..81de69de8 100644 --- a/man/man8/ss.8 +++ b/man/man8/ss.8 @@ -132,7 +132,7 @@ Currently the following families are supported: unix, inet, inet6, link, netlink .B \-A QUERY, \-\-query=QUERY, \-\-socket=QUERY 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. +unix_stream, unix_seqpacket, packet_raw, packet_dgram, dccp, sctp. .TP .B \-D FILE, \-\-diag=FILE Do not display anything, just dump raw information about TCP sockets to FILE after applying filters. If FILE is - stdout is used.