summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2005-02-21 15:06:22 +0100
committerOndrej Filip <feela@network.cz>2005-02-21 15:06:22 +0100
commitf735de0290ce9a8f119f3d72bdde5a16dafe27ad (patch)
tree0bcf09e55112df5c4dffc1fc0b84f4392d5ec7c3 /doc
parent129e912924b7726166b9ff5925a9dff84ee511f9 (diff)
downloadbird-f735de0290ce9a8f119f3d72bdde5a16dafe27ad.tar
bird-f735de0290ce9a8f119f3d72bdde5a16dafe27ad.zip
Small typos in documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml19
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 3c23309..fa7aabb 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -966,7 +966,8 @@ protocol kernel { # Secondary routing table
<sect1>Introduction
<p>Open Shortest Path First (OSPF) is a quite complex interior gateway
-protocol. The current IPv4 version (OSPFv2) is defined in RFC 2328<htmlurl url="ftp://ftp.rfc-editor.org/in-notes/rfc2328.txt">. It's a link
+protocol. The current IPv4 version (OSPFv2) is defined
+in RFC 2328<htmlurl url="ftp://ftp.rfc-editor.org/in-notes/rfc2328.txt">. It's a link
state (a.k.a. shortest path first) protocol -- each router maintains a database
describing the autonomous system's topology. Each participating router
has an identical copy of the database and all routers run the same algorithm
@@ -1032,10 +1033,10 @@ protocol ospf &lt;name&gt; {
passwords {
password "&lt;text&gt;" {
id &lt;num&gt;;
- generate from &lt;date&gt;;
- generate to &lt;date&gt;;
- accept from &lt;date&gt;;
- accept to &lt;date&gt;;
+ generate from "&lt;date&gt;";
+ generate to "&lt;date&gt;";
+ accept from "&lt;date&gt;";
+ accept to "&lt;date&gt;";
};
};
neighbors {
@@ -1234,13 +1235,13 @@ protocol ospf MyOSPF {
passwords {
password "abc" {
id 1;
- generate to 22-04-2003 11:00:06;
- accept from 17-01-2001 12:01:05;
+ generate to "22-04-2003 11:00:06";
+ accept from "17-01-2001 12:01:05";
};
password "def" {
id 2;
- generate to 22-07-2005 17:03:21;
- accept from 22-02-2001 11:34:06;
+ generate to "22-07-2005 17:03:21";
+ accept from "22-02-2001 11:34:06";
};
};
};