From 66701947c43d34f89be59fe9845efd7c65f64454 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 8 Jun 2000 12:56:59 +0000 Subject: Fixes. --- doc/bird.sgml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/bird.sgml') diff --git a/doc/bird.sgml b/doc/bird.sgml index d6d7ca5..7eac82f 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