]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Bugfix in <>.
authorOndrej Filip <feela@network.cz>
Wed, 7 Jun 2000 13:28:54 +0000 (13:28 +0000)
committerOndrej Filip <feela@network.cz>
Wed, 7 Jun 2000 13:28:54 +0000 (13:28 +0000)
doc/bird.sgml

index b3c2ea5db49f573a7e7c4c6f6de82b031b741480..abb115eec3a1a4e7f6259dad6ea1cd99a3380583 100644 (file)
@@ -913,24 +913,24 @@ that each routes detects the change.
 <p>
 
 <code>
-protocol ospf <name> {
+protocol ospf &lt;name&gt; {
        rfc1583compat bool;
-       area <id> {
-               stub <bool>;
-               tick <num>;
-               interface <interface>
+       area &lt;id&gt; {
+               stub &lt;bool&gt;;
+               tick &lt;num&gt;;
+               interface &lt;interface&gt;
                {
-                       cost <num>;
-                       hello <num>;
-                       retransmit <num>;
-                       priority <num>;
-                       wait <num>;
-                       dead count <num>;
+                       cost &lt;num&gt;;
+                       hello &lt;num&gt;;
+                       retransmit &lt;num&gt;;
+                       priority &lt;num&gt;;
+                       wait &lt;num&gt;;
+                       dead count &lt;num&gt;;
                        type [broadcast|nonbroadcast|pointopoint];
                        authetication [none|simple];
-                       password "<text>";
+                       password "&lt;text&gt;";
                        neighbors {
-                               <ip>;
+                               &lt;ip&gt;;
                        };
                };
        };