Commit 1284fd3a authored by esr@thyrsus.com's avatar esr@thyrsus.com Committed by Stephen Hemminger

ip-rule.8: Fix presentational use of .SS.

parent ee0b0a9e
...@@ -140,7 +140,7 @@ are only used if the route did not select any attributes. ...@@ -140,7 +140,7 @@ are only used if the route did not select any attributes.
.sp .sp
The RPDB may contain rules of the following types: The RPDB may contain rules of the following types:
.in +8 .RS
.B unicast .B unicast
- the rule prescribes to return the route found - the rule prescribes to return the route found
in the routing table referenced by the rule. in the routing table referenced by the rule.
...@@ -158,11 +158,13 @@ prohibited' error. ...@@ -158,11 +158,13 @@ prohibited' error.
.B nat .B nat
- the rule prescribes to translate the source address - the rule prescribes to translate the source address
of the IP packet into some other value. of the IP packet into some other value.
.in -8 .RE
.SS ip rule add - insert a new rule
.SS ip rule delete - delete a rule
.TP
.B ip rule add - insert a new rule
.TP
.B ip rule delete - delete a rule
.RS
.TP .TP
.BI type " TYPE " (default) .BI type " TYPE " (default)
the type of this rule. The list of valid types was given in the previous the type of this rule. The list of valid types was given in the previous
...@@ -237,11 +239,12 @@ Changes to the RPDB made with these commands do not become active ...@@ -237,11 +239,12 @@ Changes to the RPDB made with these commands do not become active
immediately. It is assumed that after a script finishes a batch of immediately. It is assumed that after a script finishes a batch of
updates, it flushes the routing cache with updates, it flushes the routing cache with
.BR "ip route flush cache" . .BR "ip route flush cache" .
.RE
.SS ip rule flush - also dumps all the deleted rules. .TP
.B ip rule flush - also dumps all the deleted rules.
This command has no arguments. This command has no arguments.
.TP
.SS ip rule show - list rules .B ip rule show - list rules
This command has no arguments. This command has no arguments.
The options list or lst are synonyms with show. The options list or lst are synonyms with show.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment