man ip-link: Add description for 'help' command
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
This commit is contained in:
parent
5fb421d434
commit
1f299e9249
|
|
@ -150,6 +150,10 @@ ip-link \- network device configuration
|
||||||
.B master
|
.B master
|
||||||
.IR DEVICE " ]"
|
.IR DEVICE " ]"
|
||||||
|
|
||||||
|
.ti -8
|
||||||
|
.B ip link help
|
||||||
|
.RI "[ " TYPE " ]"
|
||||||
|
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
.SS ip link add - add virtual link
|
.SS ip link add - add virtual link
|
||||||
|
|
||||||
|
|
@ -702,6 +706,12 @@ output statistics with human readable values number followed by suffix
|
||||||
.BR "\-iec"
|
.BR "\-iec"
|
||||||
print human readable rates in IEC units (ie. 1K = 1024).
|
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"
|
.SH "EXAMPLES"
|
||||||
.PP
|
.PP
|
||||||
ip link show
|
ip link show
|
||||||
|
|
@ -724,6 +734,11 @@ ip link delete dev eth0.10
|
||||||
Removes vlan device.
|
Removes vlan device.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
ip link help gre
|
||||||
|
.RS 4
|
||||||
|
Display help for the gre link type.
|
||||||
|
.RE
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.br
|
.br
|
||||||
.BR ip (8)
|
.BR ip (8)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue