summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-05-30 13:15:19 +0200
committerPavel Machek <pavel@ucw.cz>2000-05-30 13:15:19 +0200
commitf3b33928ce43794d499dc0e1fbbeb623572042d1 (patch)
tree789a2814a0ad501553a8cfe905629eac2e40faf3 /doc
parent24e1e2005b0728bfc404f248efb7d17b34cb0910 (diff)
downloadbird-f3b33928ce43794d499dc0e1fbbeb623572042d1.tar
bird-f3b33928ce43794d499dc0e1fbbeb623572042d1.zip
Tried to change garbagetime -> garbage time to be more consistent.
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>