naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0159-man-ip-link.8-Fix-ip-link-delete-description.patch

049c96
From 5b52a263b3e8b9b86100f3e69923401cb5be1cbd Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Thu, 23 Jun 2016 22:33:18 +0200
049c96
Subject: [PATCH] man: ip-link.8: Fix 'ip link delete' description
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1341343
049c96
Upstream Status: Side effect of iproute2.git commit 7f74cf6de03a3
049c96
049c96
This is not a backport as the above mentioned upstream commit does
049c96
something completely different and we only want the man page fix it
049c96
contains.
049c96
---
049c96
 man/man8/ip-link.8.in | 11 +++++------
049c96
 1 file changed, 5 insertions(+), 6 deletions(-)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index 1d052ef..c9ccf23 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -709,15 +709,14 @@ using standard tools.
049c96
 .in -8
049c96
 
049c96
 .SS ip link delete - delete virtual link
049c96
-.I DEVICE
049c96
-specifies the virtual  device to act operate on.
049c96
-.I TYPE
049c96
-specifies the type of the device.
049c96
-
049c96
 
049c96
 .TP
049c96
 .BI dev " DEVICE "
049c96
-specifies the physical device to act operate on.
049c96
+specifies the virtual device to act operate on.
049c96
+
049c96
+.TP
049c96
+.BI type " TYPE "
049c96
+specifies the type of the device.
049c96
 
049c96
 .SS ip link set - change device attributes
049c96
 
049c96
-- 
049c96
1.8.3.1
049c96