naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

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

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