man ss: Fix explanation when no options specified

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>
This commit is contained in:
Vadim Kochan 2015-07-21 16:46:28 +03:00 committed by Stephen Hemminger
parent ec7aff5c4f
commit 814f9b9919
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ It can display more TCP and state informations than other tools.
.SH OPTIONS .SH OPTIONS
When no option is used ss displays a list of 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 .TP
.B \-h, \-\-help .B \-h, \-\-help
Show summary of options. Show summary of options.