diff options
author | Ondrej Filip <feela@network.cz> | 2004-07-16 10:01:32 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-07-16 10:01:32 +0200 |
commit | 73089070e6e5c94ffac2da4c9e267ae9bcda2164 (patch) | |
tree | e2f07bad46adcf0d339f565465d7eedc66d626ea | |
parent | 002ecc063845243613eb1ff40c3aa2a46c7013a1 (diff) | |
download | bird-73089070e6e5c94ffac2da4c9e267ae9bcda2164.tar bird-73089070e6e5c94ffac2da4c9e267ae9bcda2164.zip |
Typo.
-rw-r--r-- | doc/bird.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example index 1e7ba8a..dfa84a2 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -112,7 +112,7 @@ protocol static { # hello 9; # retransmit 6; # cost 10; -# transit delay 5; +# transmit delay 5; # dead count 5; # wait 50; # type broadcast; |