naccyde / rpms / iproute

Forked from rpms/iproute 7 months ago
Clone

Blame SOURCES/0012-tc-fix-typo-in-manpage.patch

36cfb7
From beb8e1aa7ed08f86fb87ff58f7c69aaa2b68b862 Mon Sep 17 00:00:00 2001
36cfb7
From: Phil Sutter <psutter@redhat.com>
36cfb7
Date: Thu, 14 Sep 2017 15:38:46 +0200
36cfb7
Subject: [PATCH] tc: fix typo in manpage
36cfb7
36cfb7
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1417162
36cfb7
Upstream Status: iproute2.git commit b09515553fded
36cfb7
36cfb7
commit b09515553fded944713955815a3f1cc855384abd
36cfb7
Author: Matteo Croce <mcroce@redhat.com>
36cfb7
Date:   Fri Jul 7 15:08:33 2017 +0200
36cfb7
36cfb7
    tc: fix typo in manpage
36cfb7
36cfb7
    Fix a typo in the 'tc' manpage and reword some sentences.
36cfb7
36cfb7
    Signed-off-by: Matteo Croce <mcroce@redhat.com>
36cfb7
---
36cfb7
 man/man8/tc-csum.8 | 4 ++--
36cfb7
 1 file changed, 2 insertions(+), 2 deletions(-)
36cfb7
36cfb7
diff --git a/man/man8/tc-csum.8 b/man/man8/tc-csum.8
e138d9
index 718301ded069b..409ab71791cce 100644
36cfb7
--- a/man/man8/tc-csum.8
36cfb7
+++ b/man/man8/tc-csum.8
36cfb7
@@ -29,9 +29,9 @@ csum - checksum update action
36cfb7
 The
36cfb7
 .B csum
36cfb7
 action triggers checksum recalculation of specified packet headers. It is
36cfb7
-commonly used after packet editing using the
36cfb7
+commonly used to fix incorrect checksums after the
36cfb7
 .B pedit
36cfb7
-action to fix for then incorrect checksums.
36cfb7
+action has modified the packet content.
36cfb7
 .SH OPTIONS
36cfb7
 .TP
36cfb7
 .I TARGET
36cfb7
-- 
e138d9
2.21.0
36cfb7