You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2005/12/10 16:45:46 UTC

svn commit: r355750 - /httpd/httpd/trunk/docs/manual/mod/leader.xml

Author: nd
Date: Sat Dec 10 07:45:41 2005
New Revision: 355750

URL: http://svn.apache.org/viewcvs?rev=355750&view=rev
Log:
fix xml validation error

Modified:
    httpd/httpd/trunk/docs/manual/mod/leader.xml

Modified: httpd/httpd/trunk/docs/manual/mod/leader.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/leader.xml?rev=355750&r1=355749&r2=355750&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/leader.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/leader.xml Sat Dec 10 07:45:41 2005
@@ -45,6 +45,8 @@
       script's arguments when building the <program>httpd</program>.</p>
 
 </summary>
+<seealso><a href="worker.html">The worker MPM</a></seealso>
+
 <section id="requirements"><title>Requirements</title>
     <p>This MPM depends on APR's atomic compare-and-swap operations for
     thread synchronization. If you are compiling for an x86 target
@@ -55,8 +57,6 @@
     APR to implement atomic operations
     using efficient opcodes not available in older CPUs.</p>
 </section>
-
-<seealso><a href="worker.html">The worker MPM</a></seealso>
 
 <directivesynopsis location="mpm_common"><name>AcceptMutex</name>
 </directivesynopsis>