|
|
049c96 |
From baceb17b65e029f473d3df3215d9a3d5f035b63f Mon Sep 17 00:00:00 2001
|
|
|
049c96 |
From: Phil Sutter <psutter@redhat.com>
|
|
|
049c96 |
Date: Wed, 20 Jul 2016 22:55:49 +0200
|
|
|
049c96 |
Subject: [PATCH] man ip-link: Remove extra GROUP explanation
|
|
|
049c96 |
|
|
|
049c96 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1269528
|
|
|
049c96 |
Upstream Status: iproute2.git commit 699589f6df02a
|
|
|
049c96 |
|
|
|
049c96 |
commit 699589f6df02a6173e09202887a692967bb4e7d1
|
|
|
049c96 |
Author: Vadim Kochan <vadim4j@gmail.com>
|
|
|
049c96 |
Date: Wed May 13 18:03:51 2015 +0300
|
|
|
049c96 |
|
|
|
049c96 |
man ip-link: Remove extra GROUP explanation
|
|
|
049c96 |
|
|
|
049c96 |
Remove double explanation of GROUP option from 'ip link set' section.
|
|
|
049c96 |
|
|
|
049c96 |
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
|
|
|
049c96 |
---
|
|
|
049c96 |
man/man8/ip-link.8.in | 8 +-------
|
|
|
049c96 |
1 file changed, 1 insertion(+), 7 deletions(-)
|
|
|
049c96 |
|
|
|
049c96 |
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
|
|
|
049c96 |
index d820e69..ca0d955 100644
|
|
|
049c96 |
--- a/man/man8/ip-link.8.in
|
|
|
049c96 |
+++ b/man/man8/ip-link.8.in
|
|
|
049c96 |
@@ -957,12 +957,6 @@ tool can be used. But it allows to change network namespace only for physical de
|
|
|
049c96 |
give the device a symbolic name for easy reference.
|
|
|
049c96 |
|
|
|
049c96 |
.TP
|
|
|
049c96 |
-.BI group " GROUP"
|
|
|
049c96 |
-specify the group the device belongs to.
|
|
|
049c96 |
-The available groups are listed in file
|
|
|
049c96 |
-.BR "@SYSCONFDIR@/group" .
|
|
|
049c96 |
-
|
|
|
049c96 |
-.TP
|
|
|
049c96 |
.BI vf " NUM"
|
|
|
049c96 |
specify a Virtual Function device to be configured. The associated PF device
|
|
|
049c96 |
must be specified using the
|
|
|
049c96 |
@@ -1085,7 +1079,7 @@ specifies which help of link type to dislpay.
|
|
|
049c96 |
.SS
|
|
|
049c96 |
.I GROUP
|
|
|
049c96 |
may be a number or a string from the file
|
|
|
049c96 |
-.B /etc/iproute2/group
|
|
|
049c96 |
+.B @SYSCONFDIR@/group
|
|
|
049c96 |
which can be manually filled.
|
|
|
049c96 |
|
|
|
049c96 |
.SH "EXAMPLES"
|
|
|
049c96 |
--
|
|
|
049c96 |
1.8.3.1
|
|
|
049c96 |
|