From: Ondrej Filip Date: Mon, 21 Feb 2005 14:06:22 +0000 (+0000) Subject: Small typos in documentation. X-Git-Tag: v1.2.0~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f735de0290ce9a8f119f3d72bdde5a16dafe27ad;p=thirdparty%2Fbird.git Small typos in documentation. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 3c2330953..fa7aabbbb 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -966,7 +966,8 @@ protocol kernel { # Secondary routing table Introduction

Open Shortest Path First (OSPF) is a quite complex interior gateway -protocol. The current IPv4 version (OSPFv2) is defined in RFC 2328. It's a link +protocol. The current IPv4 version (OSPFv2) is defined +in RFC 2328. 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 <name> { passwords { password "<text>" { id <num>; - generate from <date>; - generate to <date>; - accept from <date>; - accept to <date>; + generate from "<date>"; + generate to "<date>"; + accept from "<date>"; + accept to "<date>"; }; }; 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"; }; }; };