Without this fix, the w3c validator complains about end tags for
element <p> which is not open. Removing both start and end tags makes
it happy again and causes no visible change, at least in one browser.
<h2> General information </h2>
-<p><ul>
+<ul>
<li> <a href="overview.pdf">overview.pdf</a>,
a pdf file containing a sketch which illustrates how
Installation, Configuration and Usage.
</li>
-</ul></p>
+</ul>
<h2> Manual pages </h2>
<h2> Source code documentation </h2>
-<p><ul>
+<ul>
<li> <a href="doxygen/html/index.html">API
Reference</a>. </li>
<li> <a href="HTML/index.html">Browsable source</a>. </li>
-</ul></p>
+</ul>