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

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