From ba1dda495ad29cd86260533828ce38c7d327f045 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Thu, 25 May 2000 14:50:46 +0000 Subject: [PATCH] SGML correctness fix. --- doc/bird.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index 674adce4..1d6b5526 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -314,7 +314,7 @@ if 1234 = i then printn "."; else { print "*** FAIL: if 1 else"; }

Filter is implicitly passed route, and it can access its attributes, just like it accesses variables. - + defined( attribute 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"; } +

Plus, there are protocol-specific attributes, which are described in protocol sections.