Manual page fixes
These are from debian sid. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
This commit is contained in:
parent
118c923cc0
commit
ea5dd59c03
|
|
@ -32,7 +32,7 @@ maddr " | " mroute " | " monitor " }"
|
||||||
.br
|
.br
|
||||||
.BR promisc " { " on " | " off " } |"
|
.BR promisc " { " on " | " off " } |"
|
||||||
.br
|
.br
|
||||||
.BR allmulti " { " on " | " off " } |"
|
.BR allmulticast " { " on " | " off " } |"
|
||||||
.br
|
.br
|
||||||
.BR dynamic " { " on " | " off " } |"
|
.BR dynamic " { " on " | " off " } |"
|
||||||
.br
|
.br
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@ Display all UDP sockets.
|
||||||
.B ss -o state established '( dport = :ssh or sport = :ssh )'
|
.B ss -o state established '( dport = :ssh or sport = :ssh )'
|
||||||
Display all established ssh connections.
|
Display all established ssh connections.
|
||||||
.TP
|
.TP
|
||||||
.B ss -x src \"/tmp/.X11-unix/*\"
|
.B ss -x src /tmp/.X11-unix/*
|
||||||
Find all local processes connected to X server.
|
Find all local processes connected to X server.
|
||||||
.TP
|
.TP
|
||||||
.B ss -o state fin-wait-1 '( sport = :http or sport = :https )' dst 193.233.7/24
|
.B ss -o state fin-wait-1 '( sport = :http or sport = :https )' dst 193.233.7/24
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue