summaryrefslogtreecommitdiffstats
path: root/doc/prog-proto.sgml
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-02 19:23:53 +0200
committerMartin Mares <mj@ucw.cz>2000-06-02 19:23:53 +0200
commit371adba6deb0add48fd4d03d40d4e098590689fc (patch)
tree1d35dd49b022d3e3a384e7454e2fe91b5f816c46 /doc/prog-proto.sgml
parent6cba2d5eeb522cbf6f1cc28c38fc2c445f41d1e6 (diff)
downloadbird-371adba6deb0add48fd4d03d40d4e098590689fc.tar
bird-371adba6deb0add48fd4d03d40d4e098590689fc.zip
Use <chapt> for chapters, <sect> for sections and <sect1> for subsections.
Diffstat (limited to 'doc/prog-proto.sgml')
-rw-r--r--doc/prog-proto.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/prog-proto.sgml b/doc/prog-proto.sgml
index ab90b7a..45ef88d 100644
--- a/doc/prog-proto.sgml
+++ b/doc/prog-proto.sgml
@@ -4,9 +4,9 @@
(c) 2000 Martin Mares <mj@ucw.cz>
-->
-<sect1>Routing protocols
+<sect>Routing protocols
-<sect2>Introduction
+<sect1>Introduction
<p>The routing protocols are the BIRD's heart and a fine amount of code
is dedicated to their management and for providing support functions to them.
@@ -41,7 +41,7 @@ running protocols, <param/initial_proto_list/ for protocols being initialized or
configuration of protocols, please refer to the configuration chapter and also
to the description of the <func/proto_commit/ function.
-<sect2>Protocol states
+<sect1>Protocol states
<p>As startup and shutdown of each protocol are complex processes which can be affected
by lots of external events (user's actions, reconfigurations, behaviour of neighboring routers etc.),
@@ -86,6 +86,6 @@ new state. There exist the following core states:
routing tables.
</descrip>
-<sect2>Functions of the protocol module
+<sect1>Functions of the protocol module
<p>The protocol module provides the following functions: