route.8: Fix mandoc warnings

- skipping end of block that is not open: Oc
- no blank before trailing delimiter
- remove useless TN macros
- remove commented out reference for esis(4)

MFC after:	5 days
Differential Revision:	https://reviews.freebsd.org/D38783
This commit is contained in:
Gordon Bergling 2023-02-26 14:33:58 +01:00
parent b06338167d
commit 6dbfbe6e11

View File

@ -134,7 +134,7 @@ The flush command has the syntax:
.Bd -ragged -offset indent -compact .Bd -ragged -offset indent -compact
.Nm .Nm
.Op Fl n .Op Fl n
.Cm flush Oc Oo Ar family Oc Op Fl fib Ar number .Cm flush Oo Ar family Oc Op Fl fib Ar number
.Ed .Ed
.Pp .Pp
If the If the
@ -228,10 +228,10 @@ is interpreted as
.Fl host Li 128.32.0.130 ; .Fl host Li 128.32.0.130 ;
.Fl net Li 128.32 .Fl net Li 128.32
is interpreted as is interpreted as
.Li 128.32.0.0; .Li 128.32.0.0 ;
.Fl net Li 128.32.130 .Fl net Li 128.32.130
is interpreted as is interpreted as
.Li 128.32.130.0; .Li 128.32.130.0 ;
and and
.Li 192.168.64/20 .Li 192.168.64/20
is interpreted as is interpreted as
@ -265,9 +265,7 @@ if the local or remote addresses change.
The optional The optional
.Fl netmask .Fl netmask
modifier is intended modifier is intended
to achieve the effect of an to achieve the effect of an OSI ESIS
.Tn OSI
.Tn ESIS
redirect with the netmask option, redirect with the netmask option,
or to manually add subnet routes with or to manually add subnet routes with
netmasks different from that of the implied network interface netmasks different from that of the implied network interface
@ -378,9 +376,7 @@ In a
or or
.Cm add .Cm add
command where the destination and gateway are not sufficient to specify command where the destination and gateway are not sufficient to specify
the route (as in the the route (as in the ISO case where several interfaces may have the
.Tn ISO
case where several interfaces may have the
same address), the same address), the
.Fl ifp .Fl ifp
or or
@ -534,7 +530,6 @@ same route as the one being changed.
The next-hop gateway should be reachable through a different route. The next-hop gateway should be reachable through a different route.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.\".Xr esis 4 ,
.Xr netstat 1 , .Xr netstat 1 ,
.Xr netintro 4 , .Xr netintro 4 ,
.Xr route 4 , .Xr route 4 ,