diff --git a/doc/bird.sgml b/doc/bird.sgml
index d923e5de..13034336 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -76,15 +76,18 @@ ignored. If there's variable number of options, it is grouped using {
You can find example of more complicated configuration file in doc/bird.conf.example.
Global options
-
- log " set logging of classes (either all or { error, trace } etc.) into
- selected destination. You may specify more than one log " set logging of classes (either all or debug protocols all|off|{ states, routes, filters, interfaces, events, packets }
- set debugging options.
+ sets global default of debugging options.
filter define filter. You can learn more about filters
in next chapter.
@@ -230,8 +233,8 @@ booleans (that is to prevent you from shooting in the foot).
Operations
-Filter language supports common integer operations (+,-,*,/), parenthesis (a*(b+c)), comparation
-(a=b, a!=b, a<b, a>=b). Special operators include ~ for "in" operation. In operation can be
+
Filter language supports common integer operations (+,-,*,/), parenthesis