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