Hi,

Here is a patch for configure.xml.


Nilgün
Index: manual/programs/configure.xml
===================================================================
--- manual/programs/configure.xml	(revision 677467)
+++ manual/programs/configure.xml	(working copy)
@@ -467,7 +467,7 @@
           <module>mod_disk_cache</module>.</dd>
 
         <dt><code>--enable-expires</code></dt>
-        <dd>Enable Expires header control provided by
+        <dd>Enable <code>Expires</code> header control provided by
           <module>mod_expires</module>.</dd>
 
         <dt><code>--enable-ext-filter</code></dt>
@@ -739,7 +739,7 @@
       <dl>
         <dt><code>--with-<var>PACKAGE</var>[=<var>ARG</var>]</code></dt>
         <dd>Use the package <var>PACKAGE</var>. The default value for
-          <var>ARG</var> is<code>yes</code>.</dd>
+          <var>ARG</var> is <code>yes</code>.</dd>
 
         <dt><code>--without-<var>PACKAGE</var></code></dt>
         <dd>Do not use the package <var>PACKAGE</var>. This is the same as
@@ -841,7 +841,8 @@
         option unless you understand all the security implications of
         running a suid binary on your server.</strong> Further options
         to configure <program>suexec</program> are described <a
-        href="#suexec">below</a>.</dd> </dl>
+        href="#suexec">below</a>.</dd>
+    </dl>
 
     <p>It is possible to create a statically linked binary of a single
       support program by using the following options:</p>
@@ -876,7 +877,8 @@
         rotatelogs</program>.</dd>
     </dl>
 
-    <section id="suexec"><title>suexec configuration options</title>
+    <section id="suexec"><title>
+      <code>suexec</code> configuration options</title>
       <p>The following options are used to fine tune the behavior of <program>
         suexec</program>. See <a
         href="suexec.html#install">Configuring and installing suEXEC</a>
@@ -884,14 +886,13 @@
 
       <dl>
         <dt><code>--with-suexec-bin</code></dt>
-        <dd>This defines the path to suexec binary. Default is
-          <code>--sbindir</code> (see <a href="directoryfinetuning">Fine
-          tuning of installation directories</a>).</dd>
+        <dd>This defines the path to <program>suexec</program> binary.
+        Default is <code>--sbindir</code> (see <a href="#directoryfinetuning" 
+        >Fine tuning of installation directories</a>).</dd>
 
         <dt><code>--with-suexec-caller</code></dt>
         <dd>This defines the user allowed to call <program>suexec</program>.
-          It should be the same as the user under which <program>httpd</program>
-          normally runs.</dd>
+          It should be the same as the user under which
+          <program>httpd</program> normally runs.</dd>
 
         <dt><code>--with-suexec-docroot</code></dt>
         <dd>This defines the directory tree under which <program>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to