Blame SOURCES/bcc-0.11.0-man-add-missing-c-option-to-tcpretrans-synopsis.patch

6eda62
From 930846dc2c49281c693c2e39a0a2d21c650c61de Mon Sep 17 00:00:00 2001
6eda62
From: Jerome Marchand <jmarchan@redhat.com>
6eda62
Date: Fri, 9 Aug 2019 13:15:13 +0200
6eda62
Subject: [PATCH] man: add missing -c option to tcpretrans synopsis
6eda62
6eda62
---
6eda62
 man/man8/tcpretrans.8 | 2 +-
6eda62
 1 file changed, 1 insertion(+), 1 deletion(-)
6eda62
6eda62
diff --git a/man/man8/tcpretrans.8 b/man/man8/tcpretrans.8
6eda62
index e4f6fbf6..0ac82afa 100644
6eda62
--- a/man/man8/tcpretrans.8
6eda62
+++ b/man/man8/tcpretrans.8
6eda62
@@ -2,7 +2,7 @@
6eda62
 .SH NAME
6eda62
 tcpretrans \- Trace or count TCP retransmits and TLPs. Uses Linux eBPF/bcc.
6eda62
 .SH SYNOPSIS
6eda62
-.B tcpretrans [\-h] [\-l]
6eda62
+.B tcpretrans [\-h] [\-l] [\-c]
6eda62
 .SH DESCRIPTION
6eda62
 This traces TCP retransmits, showing address, port, and TCP state information,
6eda62
 and sometimes the PID (although usually not, since retransmits are usually
6eda62
-- 
6eda62
2.23.0
6eda62