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.
|
.B It isn't work. Don't use it.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.RP
|
.BR "dscp inherit"
|
||||||
.BI dscp inherit
|
|
||||||
.RB ( " only IPv6 tunnels " )
|
.RB ( " only IPv6 tunnels " )
|
||||||
Inherit DS field between inner and outer header.
|
Inherit DS field between inner and outer header.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.RP
|
|
||||||
.BI encaplim " ELIM"
|
.BI encaplim " ELIM"
|
||||||
.RB ( " only IPv6 tunnels " )
|
.RB ( " only IPv6 tunnels " )
|
||||||
set a fixed encapsulation limit. Default is 4.
|
set a fixed encapsulation limit. Default is 4.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.RP
|
|
||||||
.BI flowlabel " FLOWLABEL"
|
.BI flowlabel " FLOWLABEL"
|
||||||
.RB ( " only IPv6 tunnels " )
|
.RB ( " only IPv6 tunnels " )
|
||||||
set a fixed flowlabel.
|
set a fixed flowlabel.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue