]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ss: add unix_seqpacket to the help message and the man page
authorMasatake YAMATO <yamato@redhat.com>
Wed, 8 Jan 2014 11:13:48 +0000 (20:13 +0900)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 10 Jan 2014 07:05:26 +0000 (23:05 -0800)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
man/man8/ss.8
misc/ss.c

index e55dd0c96a556a8c05c2593307bb2edcd0b49344..807d9dc9179d5c222103d8190dc3c9ff922c2a75 100644 (file)
@@ -87,7 +87,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, packet_raw, packet_dgram.
+unix_stream, unix_seqpacket, packet_raw, packet_dgram.
 .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.
index 887152ad0269d44b991563021acc4635ef6a806a..764ffe2560a714bda4c49e4ec6d2f808969dbadd 100644 (file)
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -3072,7 +3072,7 @@ static void _usage(FILE *dest)
 "   -f, --family=FAMILY display sockets of type FAMILY\n"
 "\n"
 "   -A, --query=QUERY, --socket=QUERY\n"
-"       QUERY := {all|inet|tcp|udp|raw|unix|packet|netlink}[,QUERY]\n"
+"       QUERY := {all|inet|tcp|udp|raw|unix|unix_dgram|unix_stream|unix_seqpacket|packet|netlink}[,QUERY]\n"
 "\n"
 "   -D, --diag=FILE     Dump raw information about TCP sockets to FILE\n"
 "   -F, --filter=FILE   read filter information from FILE\n"