Commit 814f9b99 authored by Vadim Kochan's avatar Vadim Kochan Committed by Stephen Hemminger

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: default avatarVadim Kochan <vadim4j@gmail.com>
Reported-by: default avatarMiha Marolt <miham@beyondsemi.com>
parent ec7aff5c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment