diff --git a/doc/bird.sgml b/doc/bird.sgml
index 88726289..c0699f73 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -54,7 +54,8 @@ configuration primitives, <cf> is fragment of configuration within normal
Bird is configured using text configuration file. At startup, bird
reads /* comment */ are also
+recognized. If there's variable number of options, it is grouped using
Really simple configuration file might look like this, you can find
@@ -328,21 +329,33 @@ if 1234 = i then printn "."; else { print "*** FAIL: if 1 else"; }
defined( attribute )
returns TRUE if given attribute is defined. Access to undefined attribute results in runtime error.
-
Plus, there are protocol-specific attributes, which are described in protocol sections.
+Utility functions
+
+There are few functions you might find convient to use:
+
+
+ print
+ prints given expressions, usefull mainly while debugging filters.
+
+ quitbird
+ terminates bird. Usefull while debugging filter interpretter.
+
+
Protocols
Rip
@@ -426,8 +439,15 @@ protocol rip MyRIP_test {
}
+Getting more help
+
+This is really last section of this file, should give pointers to
+programmers documentation, web pages mailing lists and similar stuff.
+
+
+
\ No newline at end of file