summaryrefslogtreecommitdiffstats
path: root/doc/bird.sgml
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-06 13:58:25 +0200
committerMartin Mares <mj@ucw.cz>2000-06-06 13:58:25 +0200
commita00c7a18f561bf46533dac46ee56227ebdf1be08 (patch)
tree7dc600c0a1de1d51b85a32d049105aff16ed85ce /doc/bird.sgml
parent02357f960e6a2946add25652c009fa8dfe847f68 (diff)
downloadbird-a00c7a18f561bf46533dac46ee56227ebdf1be08.tar
bird-a00c7a18f561bf46533dac46ee56227ebdf1be08.zip
Typos in Static section.
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r--doc/bird.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index c2c5783..7c8d6c7 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -1103,7 +1103,7 @@ packet.
<p>When the particular destination is not available (the interface is down or
the next hop of the route is not a neighbor at the moment), Static just
uninstalls the route from the table it is connected to and adds it again as soon
-as the destinations becomes adjacent again.
+as the destination becomes adjacent again.
<p>The Static protocol has no configuration options. Instead, the
definition of the protocol contains a list of static routes:
@@ -1124,7 +1124,7 @@ definition of the protocol contains a list of static routes:
<p><code>
protocol static {
- table testable; # Connect to non-default routing table
+ table testable; # Connect to a non-default routing table
route 0.0.0.0/0 via 62.168.0.13; # Default route
route 62.168.0.0/25 reject; # Sink route
route 10.2.0.0/24 via "arc0"; # Secondary network