fix syntax errors in ip(8) manpage.
Fix syntax errors in ip(8) manpage. lintian said: W: iproute: manpage-has-errors-from-man usr/share/man/man8/ip.8.gz 2167: warning: `RP' not defined Signed-off-by: Andreas Henriksson <andreas@fatal.se> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
This commit is contained in:
parent
11bbe7fd11
commit
488f1c77fe
|
|
@ -2164,19 +2164,16 @@ flag is equivalent to the combination
|
|||
.B It isn't work. Don't use it.
|
||||
|
||||
.TP
|
||||
.RP
|
||||
.BI dscp inherit
|
||||
.BR "dscp inherit"
|
||||
.RB ( " only IPv6 tunnels " )
|
||||
Inherit DS field between inner and outer header.
|
||||
|
||||
.TP
|
||||
.RP
|
||||
.BI encaplim " ELIM"
|
||||
.RB ( " only IPv6 tunnels " )
|
||||
set a fixed encapsulation limit. Default is 4.
|
||||
|
||||
.TP
|
||||
.RP
|
||||
.BI flowlabel " FLOWLABEL"
|
||||
.RB ( " only IPv6 tunnels " )
|
||||
set a fixed flowlabel.
|
||||
|
|
|
|||
Loading…
Reference in New Issue