Blame SOURCES/bcc-0.14.0-man-remove-non-existent-x-argument-from-tcpconnect-m.patch

0e54f6
From 1762f5c28832842ea2c67ab68feaf7fddb94a543 Mon Sep 17 00:00:00 2001
0e54f6
From: Jerome Marchand <jmarchan@redhat.com>
0e54f6
Date: Wed, 10 Jun 2020 11:30:35 +0200
0e54f6
Subject: [PATCH 2/4] man: remove non-existent -x argument from tcpconnect man
0e54f6
 page
0e54f6
0e54f6
There's no -x option in tcpconnect. I don't know how it get into the
0e54f6
man page sysnopsis, but it doesn't belong there.
0e54f6
---
0e54f6
 man/man8/tcpconnect.8 | 2 +-
0e54f6
 1 file changed, 1 insertion(+), 1 deletion(-)
0e54f6
0e54f6
diff --git a/man/man8/tcpconnect.8 b/man/man8/tcpconnect.8
0e54f6
index 60aac1e2..8180f0fe 100644
0e54f6
--- a/man/man8/tcpconnect.8
0e54f6
+++ b/man/man8/tcpconnect.8
0e54f6
@@ -2,7 +2,7 @@
0e54f6
 .SH NAME
0e54f6
 tcpconnect \- Trace TCP active connections (connect()). Uses Linux eBPF/bcc.
0e54f6
 .SH SYNOPSIS
0e54f6
-.B tcpconnect [\-h] [\-c] [\-t] [\-x] [\-p PID] [-P PORT] [\-\-cgroupmap MAPPATH]
0e54f6
+.B tcpconnect [\-h] [\-c] [\-t] [\-p PID] [-P PORT] [\-\-cgroupmap MAPPATH]
0e54f6
 .SH DESCRIPTION
0e54f6
 This tool traces active TCP connections (eg, via a connect() syscall;
0e54f6
 accept() are passive connections). This can be useful for general
0e54f6
-- 
0e54f6
2.25.4
0e54f6