Skip to content

Commit

Permalink
Merge pull request #3732 from qlyoung/fix-missing-backtic-doc
Browse files Browse the repository at this point in the history
doc: fix missing backtick
  • Loading branch information
rwestphal committed Feb 5, 2019
2 parents 3524352 + c9cf9db commit d8fd1e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/user/routemap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ to four distinct sets of clauses:
the ordered entry in the route-map. See below.

Call Action
Call to another route-map, after any :term:`Set Actions` have been carried out.
If the route-map called returns `deny` then processing of the route-map
finishes and the route is denied, regardless of the :term:Matching Policy` or
the :term:`Exit Policy`. If the called route-map returns `permit`, then
:term:`Matching Policy` and :term:`Exit Policy` govern further behaviour, as normal.
Call to another route-map, after any :term:`Set Actions` have been
carried out. If the route-map called returns `deny` then processing of
the route-map finishes and the route is denied, regardless of the
:term:`Matching Policy` or the :term:`Exit Policy`. If the called
route-map returns `permit`, then :term:`Matching Policy` and :term:`Exit
Policy` govern further behaviour, as normal.

Exit Policy
An entry may, optionally, specify an alternative :dfn:`Exit Policy` to
Expand Down

0 comments on commit d8fd1e0

Please sign in to comment.