summaryrefslogtreecommitdiffstats
path: root/doc/prog-intro.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-intro.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-intro.sgml')
-rw-r--r--doc/prog-intro.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/prog-intro.sgml b/doc/prog-intro.sgml
index e4affaf..ac45ab2 100644
--- a/doc/prog-intro.sgml
+++ b/doc/prog-intro.sgml
@@ -1,6 +1,6 @@
-<sect>BIRD Design
+<chapt>BIRD Design
-<sect1>Introduction
+<sect>Introduction
<p>This document describes the internal workings of the BIRD, its architecture,
design decisions and rationale behind them. It also contains documentation on
@@ -17,7 +17,7 @@ is a sister of talent", we've tried to write a much shorter document highlightin
the most important stuff and leaving the boring technical details better explained
by the program source itself together with comments contained therein.
-<sect1>Design goals
+<sect>Design goals
<p>When planning the architecture of BIRD, we've taken a close look at the other existing routing
daemons and also at some of the operating systems used on dedicated routers, gathered all important
@@ -81,7 +81,7 @@ our own scheduling of events.
</itemize>
-<sect1>Architecture
+<sect>Architecture
<p>The requirements set above have lead to a simple modular architecture containing
the following types of modules:
@@ -118,7 +118,7 @@ interface to the CLI.
</descrip>
-<sect1>Implementation
+<sect>Implementation
<p>BIRD has been written in GNU C. We've considered using of C++, but we've
preferred the simplicity and straightforward nature of C which gives us fine