diff mbox

[iproute2] man ip-link: Add description for 'help' command

Message ID 1417290561-16970-1-git-send-email-vadim4j@gmail.com
State Accepted, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Vadym Kochan Nov. 29, 2014, 7:49 p.m. UTC
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
---
 man/man8/ip-link.8.in | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

Comments

Stephen Hemminger Nov. 30, 2014, 5:40 p.m. UTC | #1
On Sat, 29 Nov 2014 21:49:21 +0200
Vadim Kochan <vadim4j@gmail.com> wrote:

> Signed-off-by: Vadim Kochan <vadim4j@gmail.com>


Applied, thnks
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index ea23a72..9d4e3da 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -150,6 +150,10 @@  ip-link \- network device configuration
 .B master
 .IR DEVICE " ]"
 
+.ti -8
+.B ip link help
+.RI "[ " TYPE " ]"
+
 .SH "DESCRIPTION"
 .SS ip link add - add virtual link
 
@@ -702,6 +706,12 @@  output statistics with human readable values number followed by suffix
 .BR "\-iec"
 print human readable rates in IEC units (ie. 1K = 1024).
 
+.SS  ip link help - display help
+
+.PP
+.I "TYPE"
+specifies which help of link type to dislpay.
+
 .SH "EXAMPLES"
 .PP
 ip link show
@@ -724,6 +734,11 @@  ip link delete dev eth0.10
 Removes vlan device.
 .RE
 
+ip link help gre
+.RS 4
+Display help for the gre link type.
+.RE
+
 .SH SEE ALSO
 .br
 .BR ip (8)