naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0208-ip-link-fix-unterminated-string-in-manpage.patch

049c96
From 696a9399c6782dfda428c5160df9decd64820153 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Wed, 20 Jul 2016 22:56:23 +0200
049c96
Subject: [PATCH] ip-link: fix unterminated string in manpage
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1269528
049c96
Upstream Status: iproute2.git commit f66611d823465
049c96
049c96
commit f66611d8234657a6ddebb98e8596a1ac866d0047
049c96
Author: Stephen Hemminger <shemming@brocade.com>
049c96
Date:   Wed Dec 3 19:35:36 2014 -0800
049c96
049c96
    ip-link: fix unterminated string in manpage
049c96
049c96
    Missing "
049c96
---
049c96
 man/man8/ip-link.8.in | 2 +-
049c96
 1 file changed, 1 insertion(+), 1 deletion(-)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index 25faebc..b764019 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -327,7 +327,7 @@ For a link of type
049c96
 the following additional arguments are supported:
049c96
 
049c96
 .BI "ip link add " DEVICE
049c96
-.BI type " vxlan " id " ID
049c96
+.BI type " vxlan " id " ID"
049c96
 .R " [ "
049c96
 .BI dev " PHYS_DEV "
049c96
 .RB " ] [ { " group " | " remote " } "
049c96
-- 
049c96
1.8.3.1
049c96