]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
man ss: Fix explanation when no options specified
authorVadim Kochan <vadim4j@gmail.com>
Tue, 21 Jul 2015 13:46:28 +0000 (16:46 +0300)
committerStephen Hemminger <shemming@brocade.com>
Mon, 27 Jul 2015 21:35:02 +0000 (14:35 -0700)
Really by default ss dumps not only TCP sockets but any kind of socket
which is in ESTABLISHED state (TCP/UDP/UNIX).

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Reported-by: Miha Marolt <miham@beyondsemi.com>
man/man8/ss.8

index b7fbaefaf0f1c478f21a072afec46d6ebf4c4329..6afbabbf2d436e2edd51525b39618fd9211887c6 100644 (file)
@@ -13,7 +13,7 @@ It can display more TCP and state informations than other tools.
 
 .SH OPTIONS
 When no option is used ss displays a list of 
-open non-listening TCP sockets that have established connection.
+open non-listening sockets (e.g. TCP/UNIX/UDP) that have established connection.
 .TP
 .B \-h, \-\-help
 Show summary of options.