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

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