naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0009-tc-simple.8-Fix-one-more-reference-to-non-existing-t.patch

36cfb7
From 3905b2d8f676601c022804d197be9165dacff11c Mon Sep 17 00:00:00 2001
36cfb7
From: Phil Sutter <psutter@redhat.com>
36cfb7
Date: Wed, 6 Sep 2017 15:44:19 +0200
36cfb7
Subject: [PATCH] tc-simple.8: Fix one more reference to non-existing
36cfb7
 tc-actions.8
36cfb7
36cfb7
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1477523
36cfb7
Upstream Status: RHEL-only
36cfb7
36cfb7
Previous fix missed to update the SEE ALSO section as well.
36cfb7
---
36cfb7
 man/man8/tc-simple.8 | 2 +-
36cfb7
 1 file changed, 1 insertion(+), 1 deletion(-)
36cfb7
36cfb7
diff --git a/man/man8/tc-simple.8 b/man/man8/tc-simple.8
e138d9
index a0deb0b13a82f..beab3132ee90e 100644
36cfb7
--- a/man/man8/tc-simple.8
36cfb7
+++ b/man/man8/tc-simple.8
36cfb7
@@ -96,4 +96,4 @@ display stats again and observe increment by 1
36cfb7
 .EE
36cfb7
 .SH SEE ALSO
36cfb7
 .BR tc (8)
36cfb7
-.BR tc-actions (8)
36cfb7
+.BR tc-pedit (8)
36cfb7
-- 
e138d9
2.21.0
36cfb7