]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man ip-link: Add description for 'help' command
authorvadimk <vadim4j@gmail.com>
Sat, 29 Nov 2014 19:49:21 +0000 (21:49 +0200)
committerStephen Hemminger <shemming@brocade.com>
Sun, 30 Nov 2014 17:40:08 +0000 (09:40 -0800)
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
man/man8/ip-link.8.in

index ea23a726fe1cb64caef85e15a033980dc395de98..9d4e3daa6049b3102485439b8dc4352351655f00 100644 (file)
@@ -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)