From: Ondrej Zajicek Date: Thu, 12 Feb 2009 20:53:44 +0000 (+0100) Subject: Documentation update X-Git-Tag: v1.2.0~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e312bb4014d5b4ccc706c737f4362ac6ca1046ee;p=thirdparty%2Fbird.git Documentation update --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 3ccbd5e33..c070be126 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -525,13 +525,13 @@ incompatible with each other (that is to prevent you from shooting in the foot). path ˜ /2 3 5 ?/ syntax). The masks + (using path ˜ |2 3 5 *| syntax). The masks resemble wildcard patterns as used by UNIX shells. Autonomous - system numbers match themselves, /* starts a comment). For example: - /4 3 2 1/ ˜ /? 4 3 ?/ is true, but - /4 3 2 1/ ˜ /? 4 5 ?/ is false. + system numbers match themselves, |4 3 2 1| ˜ |? 4 3 *| is true, but + |4 3 2 1| ˜ |? 4 5 *| is false. + There is also old syntax that uses / instead of | and ? instead of *.