Skip to content

Commit

Permalink
Small fixes to some man pages for bcc tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dpayne committed Jan 20, 2018
1 parent a2e9216 commit fa3c739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions man/man8/tcpaccept.8
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 4 additions & 4 deletions man/man8/tcpretrans.8
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.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
Expand Down Expand Up @@ -38,7 +38,7 @@ Trace TCP retransmits:
.TP
Trace TCP retransmits and TLP attempts:
#
.B tcpconnect \-l
.B tcpretrans \-l
.SH FIELDS
.TP
TIME
Expand Down

0 comments on commit fa3c739

Please sign in to comment.