summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.conf.example2
-rw-r--r--doc/bird.sgml4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example
index f30ce8d..476d8a8 100644
--- a/doc/bird.conf.example
+++ b/doc/bird.conf.example
@@ -90,7 +90,7 @@ protocol static {
# port 1520;
# period 7;
# infinity 16;
-# garbagetime 60;
+# garbage time 60;
# interface "*" { mode broadcast; };
# honor neighbor; # To whom do we agree to send the routing table
# honor always;
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 58ef2de..c602519 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -811,10 +811,10 @@ other than equally misconfigured BIRD. I warned you.
</tag>specifies number of seconds between periodic updates. Default is 30 seconds. Lower
number will mean faster convergence but bigger network load.
- <tag>timeouttime <M>number</M>
+ <tag>timeout time <M>number</M>
</tag>specifies how old route has to be to be considered unreachable. Default is 4*period.
- <tag>garbagetime <M>number</M>
+ <tag>garbage time <M>number</M>
</tag>specifies how old route has to be to be discarded. Default is 10*period.
</descrip>