diff options
author | Ondrej Filip <feela@network.cz> | 2010-08-09 14:09:53 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2010-08-09 14:09:53 +0200 |
commit | 0ef69b1c4a255360e1fa76dffd7a0cb97ea1e9dc (patch) | |
tree | 3c076d957516700703e27f44a7e673dab89473db /doc | |
parent | 265d06dcbc138c7373ec7b341fcd628eb87e4c4b (diff) | |
download | bird-0ef69b1c4a255360e1fa76dffd7a0cb97ea1e9dc.tar bird-0ef69b1c4a255360e1fa76dffd7a0cb97ea1e9dc.zip |
Typo in doc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 8b2e8ee..faf64af 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -708,7 +708,7 @@ incompatible with each other (that is to prevent you from shooting in the foot). [ 1, 2, 5..7 ]</cf>. As you can see, both simple values and ranges are permitted in sets. For pair sets, expressions like <cf/(123,*)/ can be used to denote ranges (in - that case <cf/(123,0)..(123,65535)/). You can also use <cf/(123,5..100/ for range + that case <cf/(123,0)..(123,65535)/). You can also use <cf/(123,5..100)/ for range <cf/(123,5)..(123,100)/. You can also use expressions for both, pair sets and int sets. However it must be possible to evaluate these expressions before daemon boots. So you can use |