naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0084-iproute2-ip-link.8.in-Spelling-fixes.patch

049c96
From 977e3cbb92fe7f4d8fcd1332c347bfe1391a4d0e Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Mon, 7 Mar 2016 15:57:00 +0100
049c96
Subject: [PATCH] iproute2: ip-link.8.in: Spelling fixes
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1013584
049c96
Upstream Status: iproute2.git commit d36d9d41d6e66
049c96
049c96
commit d36d9d41d6e66c130b0632b82ea74c3ae4d0fbe3
049c96
Author: Reese Moore <ram@vt.edu>
049c96
Date:   Wed Feb 4 14:04:48 2015 -0500
049c96
049c96
    iproute2: ip-link.8.in: Spelling fixes
049c96
049c96
    In the ip-link(8) man page, for the gretap, ip6gre, and ip6gretap types, the
049c96
    word tunnel was incorrectly spelled 'tuunel'.
049c96
049c96
    Signed-off-by: Reese Moore <ram@vt.edu>
049c96
---
049c96
 man/man8/ip-link.8.in | 6 +++---
049c96
 1 file changed, 3 insertions(+), 3 deletions(-)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index dffa25b..d8fca23 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -205,13 +205,13 @@ Link types:
049c96
 - Virtual tunnel interface GRE over IPv4
049c96
 .sp
049c96
 .BR gretap
049c96
-- Virtual L2 tuunel interface GRE over IPv4
049c96
+- Virtual L2 tunnel interface GRE over IPv4
049c96
 .sp
049c96
 .BR ip6gre
049c96
-- Virtual tuunel interface GRE over IPv6
049c96
+- Virtual tunnel interface GRE over IPv6
049c96
 .sp
049c96
 .BR ip6gretap
049c96
-- Virtual L2 tuunel interface GRE over IPv6
049c96
+- Virtual L2 tunnel interface GRE over IPv6
049c96
 .in -8
049c96
 
049c96
 .TP
049c96
-- 
049c96
1.8.3.1
049c96