Commit fa3c739d authored by dpayne's avatar dpayne

Small fixes to some man pages for bcc tools

parent a2e9216f
......@@ -35,11 +35,11 @@ Trace all passive TCP connections (accept()s):
.TP
Trace all TCP accepts, and include timestamps:
#
.B tcpconnect \-t
.B tcpaccept \-t
.TP
Trace PID 181 only:
#
.B tcpconnect \-p 181
.B tcpaccept \-p 181
.SH FIELDS
.TP
TIME(s)
......
.TH tcpaccept 8 "2016-02-14" "USER COMMANDS"
.TH tcpretrans 8 "2016-02-14" "USER COMMANDS"
.SH NAME
tcpaccept \- Trace or count TCP retransmits and TLPs. Uses Linux eBPF/bcc.
tcpretrans \- Trace or count TCP retransmits and TLPs. Uses Linux eBPF/bcc.
.SH SYNOPSIS
.B tcpaccept [\-h] [\-l]
.B tcpretrans [\-h] [\-l]
.SH DESCRIPTION
This traces TCP retransmits, showing address, port, and TCP state information,
and sometimes the PID (although usually not, since retransmits are usually
......@@ -38,7 +38,7 @@ Trace TCP retransmits:
.TP
Trace TCP retransmits and TLP attempts:
#
.B tcpconnect \-l
.B tcpretrans \-l
.SH FIELDS
.TP
TIME
......
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