On Thursday 13 February 2003 13:52, Joshua Slive wrote:

> Ah okay.  The big <warning> box overwhelmed me and I missed the example.
> Another suggestion: why not do an example with a non-existant mpm name (as
> in "to active an mpm called <var>mpm_name</var> use
> --with-<var>mpm_name</var>".  This would make sure nobody screwed
> themselves up with a copy-paste.

  Something like this? I took the warning note of, so it is just the example 
now.

-- 
Luiz Rocha <[EMAIL PROTECTED]>
http://lsdr.net/
Index: httpd-docs-2.0/manual/install.xml
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/install.xml,v
retrieving revision 1.14
diff -u -r1.14 install.xml
--- httpd-docs-2.0/manual/install.xml	17 Dec 2002 17:11:23 -0000	1.14
+++ httpd-docs-2.0/manual/install.xml	13 Feb 2003 20:15:52 -0000
@@ -486,6 +486,13 @@
 
       <dd>Choose the mpm <em>NAME</em>.</dd>
     </dl>
+
+    <p>To activate an MPM called <var>mpm_name</var>, you can use</p>
+
+<example>
+     ./configure --with-mpm=<var>mpm_name</var>
+</example>
+
 </section>
 
 <section id="dbm"><title>DBM</title>
@@ -583,4 +590,4 @@
 <example>$ <em>PREFIX</em>/bin/apachectl stop</example>
 </section>
 
-</manualpage>
\ No newline at end of file
+</manualpage>

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

Reply via email to