diff --git a/doc/bird.sgml b/doc/bird.sgml
index d6d7ca5c..7eac82f8 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -121,7 +121,7 @@ options. The most important ones are:
-c
- use given configuration file instead of $prefix/etc/bird.conf.
+ use given configuration file instead of /etc/bird.conf.
-d
enable debug messages and run bird in foreground.
@@ -130,7 +130,7 @@ options. The most important ones are:
log debugging information to given file instead of stderr
-s
- use given filename for a socket for communications with the client, default is $prefix/var/run/bird.ctl.
+ use given filename for a socket for communications with the client, default is /var/run/bird.ctl.
BIRD writes messages about its work to log files or syslog (according to config).
@@ -176,7 +176,7 @@ protocols.
Introduction
-BIRD is configured using a text configuration file. Upon startup, BIRD reads $prefix/bird.conf (unless the
+
BIRD is configured using a text configuration file. Upon startup, BIRD reads /etc/bird.conf (unless the
Here is a brief list of supported functions:
@@ -466,7 +466,7 @@ bird> show route
127.0.0.0/8 dev lo [direct1 23:21] (240)
bird> show route ?
show route [] [table ] [filter ] [all] [primary]...
-bird> show route filter { if 127.0.0.5 ~ net then accept; }
+bird> show route filter { if 127.0.0.5 ˜ net then accept; }
127.0.0.0/8 dev lo [direct1 23:21] (240)
bird>
@@ -516,7 +516,7 @@ incompatible with each other (that is to prevent you from shooting in the foot).
1.0.0.0/8 ˜ [ 1.0.0.0/8- ] is false.
/* starts a comment). For example:
- /4 3 2 1/ ~ /? 4 3 ?/ is true, but
- /4 3 2 1/ ~ /? 4 5 ?/ is false.
+ /4 3 2 1/ ˜ /? 4 3 ?/ is true, but
+ /4 3 2 1/ ˜ /? 4 5 ?/ is false.
Operators
The filter language supports common integer operators (+,-,*,/), parentheses