naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0203-man-ip-link-Add-short-description-about-group.patch

049c96
From 68ba1fcc05e8ee70267ae967b83d6236b9d2c5f5 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Wed, 20 Jul 2016 22:55:48 +0200
049c96
Subject: [PATCH] man ip-link: Add short description about 'group'
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1269528
049c96
Upstream Status: iproute2.git commit 032b4f4d19e1d
049c96
049c96
commit 032b4f4d19e1d0880f800a0becfd05025206bb7d
049c96
Author: Vadim Kochan <vadim4j@gmail.com>
049c96
Date:   Sat Mar 7 15:43:37 2015 +0200
049c96
049c96
    man ip-link: Add short description about 'group'
049c96
049c96
    Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
049c96
---
049c96
 man/man8/ip-link.8.in | 6 ++++++
049c96
 1 file changed, 6 insertions(+)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index 59a5699..d820e69 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -1082,6 +1082,12 @@ output.
049c96
 .I "TYPE"
049c96
 specifies which help of link type to dislpay.
049c96
 
049c96
+.SS
049c96
+.I GROUP
049c96
+may be a number or a string from the file
049c96
+.B /etc/iproute2/group
049c96
+which can be manually filled.
049c96
+
049c96
 .SH "EXAMPLES"
049c96
 .PP
049c96
 ip link show
049c96
-- 
049c96
1.8.3.1
049c96