]> granicus.if.org Git - apache/commitdiff
Typo and XML update.
authorLucien Gentis <lgentis@apache.org>
Sun, 28 Jun 2015 13:26:26 +0000 (13:26 +0000)
committerLucien Gentis <lgentis@apache.org>
Sun, 28 Jun 2015 13:26:26 +0000 (13:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1688003 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_substitute.xml
docs/manual/new_features_2_4.xml

index e0852f3c89b6a99deab4facea836ebcd80d3099e..a44debd99faa78d0a89c21ea0abf9eba5a67154d 100644 (file)
@@ -182,7 +182,7 @@ Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"
     <directive>SubstituteInheritBefore</directive> is itself inherited,
     hence contexts that inherit it (those that don't specify their own
     <directive>SubstituteInheritBefore</directive> value) will apply the
-    closest defined merge order.
+    closest defined merge order.</p>
 </usage>
 </directivesynopsis>
 
index e2a50bcd5a6f1cc7eda793fecb334a0dcb6cef98..09973389a39ff44703a650af2b71c9ef00d7d344 100644 (file)
@@ -37,7 +37,8 @@
       <dt>Run-time Loadable MPMs</dt>
       <dd>Multiple MPMs can now be <a href="mpm.html#dynamic">built
       as loadable modules</a> at compile time.
-      The MPM of choice can be configured at run time.</dd>
+      The MPM of choice can be configured at run time via <directive
+      module="mod_so">LoadModule</directive>.</dd>
 
       <dt>Event MPM</dt>
       <dd>The <a href="mod/event.html">Event MPM</a> is no longer experimental