summaryrefslogtreecommitdiff
path: root/docs/docbook/devdoc
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-09-30 20:18:12 +0000
committerGerald Carter <jerry@samba.org>2002-09-30 20:18:12 +0000
commitd64e0e9772e3fd1b4c5af2ff8fd6aa0b89f0fcb6 (patch)
treefe29485235e3050a4a1236eb8b01646b48ffc593 /docs/docbook/devdoc
parentae61c575babe9488b190481e8f3a10754c876f06 (diff)
downloadsamba-d64e0e9772e3fd1b4c5af2ff8fd6aa0b89f0fcb6.tar.gz
samba-d64e0e9772e3fd1b4c5af2ff8fd6aa0b89f0fcb6.tar.bz2
samba-d64e0e9772e3fd1b4c5af2ff8fd6aa0b89f0fcb6.zip
* add the Developers guide to the repository
* fix syntax errors in developer's docs * update Makefile.in to place HTML files in htmldocs & text files in textdocs/ (This used to be commit cb96e1a1d9a07314bb60e431484cfd05aef83de6)
Diffstat (limited to 'docs/docbook/devdoc')
-rw-r--r--docs/docbook/devdoc/internals.sgml1
-rw-r--r--docs/docbook/devdoc/parsing.sgml2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/docbook/devdoc/internals.sgml b/docs/docbook/devdoc/internals.sgml
index 79524347b6..982cfd2e10 100644
--- a/docs/docbook/devdoc/internals.sgml
+++ b/docs/docbook/devdoc/internals.sgml
@@ -26,6 +26,7 @@ telling if a particular char* is in dos codepage or unix
codepage. This led to a nightmare of code that tried to cope with
particular cases without handlingt the general case.
</para>
+</sect1>
<sect1>
<title>The new functions</title>
diff --git a/docs/docbook/devdoc/parsing.sgml b/docs/docbook/devdoc/parsing.sgml
index 0121935d26..8d929617f5 100644
--- a/docs/docbook/devdoc/parsing.sgml
+++ b/docs/docbook/devdoc/parsing.sgml
@@ -196,7 +196,7 @@ terminating character, and the rest of the line is ignored. The lines
&lt;section&gt; :== &lt;section header&gt; { &lt;parameter line&gt; }
&lt;section header&gt; :== '[' NAME ']'
&lt;parameter line&gt; :== NAME '=' VALUE NL
-</programlisting><para>
+</programlisting></para>
<para>Basically, this means that</para>