Commit ea5dd59c authored by Stephen Hemminger's avatar Stephen Hemminger

Manual page fixes

These are from debian sid.
Signed-off-by: default avatarStephen Hemminger <stephen.hemminger@vyatta.com>
parent 118c923c
......@@ -32,7 +32,7 @@ maddr " | " mroute " | " monitor " }"
.br
.BR promisc " { " on " | " off " } |"
.br
.BR allmulti " { " on " | " off " } |"
.BR allmulticast " { " on " | " off " } |"
.br
.BR dynamic " { " on " | " off " } |"
.br
......
......@@ -107,7 +107,7 @@ Display all UDP sockets.
.B ss -o state established '( dport = :ssh or sport = :ssh )'
Display all established ssh connections.
.TP
.B ss -x src \"/tmp/.X11-unix/*\"
.B ss -x src /tmp/.X11-unix/*
Find all local processes connected to X server.
.TP
.B ss -o state fin-wait-1 '( sport = :http or sport = :https )' dst 193.233.7/24
......
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