Revert unnecessary para->simpara changes.

This commit is contained in:
jorton 2004-09-17 09:54:30 +00:00
parent 1bf348e168
commit 37e2023140

View File

@ -249,27 +249,27 @@ stock Apache 2.0 configuration should note the following:</para>
<itemizedlist> <itemizedlist>
<listitem><simpara>The <literal>AddModule</literal> and <listitem><para>The <literal>AddModule</literal> and
<literal>ClearModuleList</literal> directives no longer exist. These <literal>ClearModuleList</literal> directives no longer exist. These
directives where used to ensure that modules could be enabled in the directives where used to ensure that modules could be enabled in the
correct order. The new Apache 2.0 API allows modules to explicitly correct order. The new Apache 2.0 API allows modules to explicitly
specify their ordering, eliminating the need for these specify their ordering, eliminating the need for these
directives.</simpara></listitem> directives.</para></listitem>
<listitem><simpara>The order of the <literal>LoadModule</literal> lines <listitem><para>The order of the <literal>LoadModule</literal> lines
is thus no longer relevant.</simpara></listitem> is thus no longer relevant.</para></listitem>
<listitem><simpara>Many modules have been added, removed, renamed, split <listitem><para>Many modules have been added, removed, renamed, split
up, or incorporated with each other.</simpara></listitem> up, or incorporated with each other.</para></listitem>
<listitem><simpara><literal>LoadModule</literal> lines for modules <listitem><para><literal>LoadModule</literal> lines for modules
packaged in their own RPMs (&mod_ssl;, <literal>php</literal>, packaged in their own RPMs (&mod_ssl;, <literal>php</literal>,
&mod_perl; and the like) are no longer necessary as they can be found &mod_perl; and the like) are no longer necessary as they can be found
in the relevant file in the directory in the relevant file in the directory
<filename>/etc/httpd/conf.d</filename>.</simpara></listitem> <filename>/etc/httpd/conf.d</filename>.</para></listitem>
<listitem><simpara>The various <literal>HAVE_XXX</literal> definitions <listitem><para>The various <literal>HAVE_XXX</literal> definitions
are no longer defined.</simpara></listitem> are no longer defined.</para></listitem>
</itemizedlist> </itemizedlist>