SGML correctness fix.
This commit is contained in:
parent
0e5373fd82
commit
ba1dda495a
1 changed files with 2 additions and 2 deletions
|
@ -314,7 +314,7 @@ if 1234 = i then printn "."; else { print "*** FAIL: if 1 else"; }
|
||||||
|
|
||||||
<p>Filter is implicitly passed route, and it can access its attributes, just like it accesses variables.
|
<p>Filter is implicitly passed route, and it can access its attributes, just like it accesses variables.
|
||||||
|
|
||||||
<desc>
|
<descrip>
|
||||||
<tag>defined( <m>attribute</m></tag>
|
<tag>defined( <m>attribute</m></tag>
|
||||||
returns TRUE if given attribute is defined. Access to undefined attribute results in runtime error.
|
returns TRUE if given attribute is defined. Access to undefined attribute results in runtime error.
|
||||||
|
|
||||||
|
@ -329,7 +329,7 @@ if 1234 = i then printn "."; else { print "*** FAIL: if 1 else"; }
|
||||||
|
|
||||||
<tag/enum source/
|
<tag/enum source/
|
||||||
what protocol told me about this route. This can have values such as <cf/RTS_RIP/ or <cf/RTS_OSPF_EXT/.
|
what protocol told me about this route. This can have values such as <cf/RTS_RIP/ or <cf/RTS_OSPF_EXT/.
|
||||||
</desc>
|
</descrip>
|
||||||
|
|
||||||
<p>Plus, there are protocol-specific attributes, which are described in protocol sections.
|
<p>Plus, there are protocol-specific attributes, which are described in protocol sections.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue