summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-05-25 16:50:46 +0200
committerPavel Machek <pavel@ucw.cz>2000-05-25 16:50:46 +0200
commitba1dda495ad29cd86260533828ce38c7d327f045 (patch)
treef829785e496306371b9cc843a3b5bd84cea5a18b
parent0e5373fd823d174d0cdd7820fc94cdbe4b0db5a3 (diff)
downloadbird-ba1dda495ad29cd86260533828ce38c7d327f045.tar
bird-ba1dda495ad29cd86260533828ce38c7d327f045.zip
SGML correctness fix.
-rw-r--r--doc/bird.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 674adce..1d6b552 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -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.
-<desc>
+<descrip>
<tag>defined( <m>attribute</m></tag>
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/
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.