Blame SOURCES/0007-tc-simple.8-Fix-reference-to-non-existing-tc-actions.patch

e9acfd
From 4917021d1ebea2b75cdcf31272452aa5cc3ff7ec Mon Sep 17 00:00:00 2001
e9acfd
From: Phil Sutter <psutter@redhat.com>
e9acfd
Date: Fri, 1 Sep 2017 13:05:45 +0200
e9acfd
Subject: [PATCH] tc-simple.8: Fix reference to non-existing tc-actions.8
e9acfd
e9acfd
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1477523
e9acfd
Upstream Status: RHEL-only
e9acfd
e9acfd
The referenced man page doesn't exist in RHEL iproute package, so better
e9acfd
refer to an existing one which also contains the CONTROL value
e9acfd
description.
e9acfd
---
e9acfd
 man/man8/tc-simple.8 | 2 +-
e9acfd
 1 file changed, 1 insertion(+), 1 deletion(-)
e9acfd
e9acfd
diff --git a/man/man8/tc-simple.8 b/man/man8/tc-simple.8
e9acfd
index 7363ab5..a0deb0b 100644
e9acfd
--- a/man/man8/tc-simple.8
e9acfd
+++ b/man/man8/tc-simple.8
e9acfd
@@ -36,7 +36,7 @@ Indicate how
e9acfd
 should proceed after executing the action. For a description of the possible
e9acfd
 .I CONTROL
e9acfd
 values, see
e9acfd
-.BR tc-actions (8).
e9acfd
+.BR tc-pedit (8).
e9acfd
 .SH EXAMPLES
e9acfd
 The following example makes the kernel yell "Incoming ICMP!" every time it sees
e9acfd
 an incoming ICMP on eth0. Steps are:
e9acfd
-- 
e9acfd
1.8.3.1
e9acfd