]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
man: ss.8: Add missing protocols to description of -A
authorPhil Sutter <phil@nwl.cc>
Thu, 9 Mar 2017 16:07:33 +0000 (17:07 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 10 Mar 2017 16:42:13 +0000 (08:42 -0800)
The list was missing dccp and sctp protocols.

Signed-off-by: Phil Sutter <phil@nwl.cc>
man/man8/ss.8

index 4ef11523b4268f7c507007be60351f741e2e95e5..81de69de8042eec654dc1aeff10cdb44fb2f99c1 100644 (file)
@@ -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.