[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAGBH1r6jrfmgaVyio1do237ns81_JjwQh88_Jbvt9q0zXEFC4g@mail.gmail.com>
Date: Mon, 25 Jul 2011 14:34:47 +0800
From: Bin Li <libin.charles@...il.com>
To: netdev@...r.kernel.org
Subject: [PATCH] Fix little error for the man page of 'ip link'
Hi,
The original patch could found here.
http://git.kernel.org/?p=linux/kernel/git/shemminger/iproute2.git;a=commitdiff;h=df33d7a489e13b69caa8b55064e01e99bdabef15
And the below trunk shouldn't be delete. The correct should be "ip
link set DEVICE { .. | .. | ..}" instead of "ip link set DEVICE { .. |
.. | .."
-------------------------------------------------------------------
@@ -68,8 +96,6 @@ ip \- show / manipulate routing, devices, policy
routing and tunnels
.IR VLAN-QOS " ] ] ["
.B rate
.IR TXRATE " ]"
-.BR " }"
-
.ti -8
.B ip link show
-------------------------------------------------------------------
Please my patch in the attachment or below. Just add it back. Thanks!
-------------------------------------------------------------------
Index: iproute2/man/man8/ip.8
===================================================================
--- iproute2.orig/man/man8/ip.8
+++ iproute2/man/man8/ip.8
@@ -106,6 +106,8 @@ ip \- show / manipulate routing, devices
.IR DEVICE
.br
.B nomaster
+.BR " }"
+
.ti -8
.B ip link show
-------------------------------------------------------------------
Sincerely Yours,
Bin Li
http://zh.opensuse.org
View attachment "ip_link_set_man.patch" of type "text/x-patch" (287 bytes)
Powered by blists - more mailing lists