man: ip-route.8: Fix 'expires' indenting
Descriptions of each route sub-command's arguments are enclosed in
.RS/.RE pairs. For 'replace' sub-command, '.RE' was incorrectly put
before the last argument ('expires').
Fixes: 3fbe7ca847 ("iproute2: ip-route.8.in: Add expires option for ip route")
Signed-off-by: Phil Sutter <phil@nwl.cc>
This commit is contained in:
parent
38e6dbc4b3
commit
72dfff6e11
|
|
@ -704,13 +704,13 @@ is a set of encapsulation attributes specific to the
|
||||||
.sp
|
.sp
|
||||||
|
|
||||||
.in -8
|
.in -8
|
||||||
.RE
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI expires " TIME " "(4.4+ only)"
|
.BI expires " TIME " "(4.4+ only)"
|
||||||
the route will be deleted after the expires time.
|
the route will be deleted after the expires time.
|
||||||
.B Only
|
.B Only
|
||||||
support IPv6 at present.
|
support IPv6 at present.
|
||||||
|
.RE
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
ip route delete
|
ip route delete
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue