summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-07 15:28:54 +0200
committerOndrej Filip <feela@network.cz>2000-06-07 15:28:54 +0200
commit088bc8add198b27456269ca7e536d6bc77ca285b (patch)
tree929ec28dc62cb0f2a15f155a072c55bfb25ec54e /doc
parent58f7d004fddd2cccdb019be59b6cc7a8abe50510 (diff)
downloadbird-088bc8add198b27456269ca7e536d6bc77ca285b.tar
bird-088bc8add198b27456269ca7e536d6bc77ca285b.zip
Bugfix in <>.
Diffstat (limited to 'doc')
-rw-r--r--doc/bird.sgml26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index b3c2ea5..abb115e 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -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;;
};
};
};