]> granicus.if.org Git - apache/commitdiff
Sync a few doc with 2.4.x branch (!)
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 5 Jan 2014 18:31:39 +0000 (18:31 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 5 Jan 2014 18:31:39 +0000 (18:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555604 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/getting-started.xml
docs/manual/new_features_2_4.xml

index bfca85087ac49ee27e4acfc7eeb5f79eb3978c3c..cc375e07282fb9fdb504b2f41fede2f1659a5999 100644 (file)
@@ -39,10 +39,10 @@ Addresses on the Web are expressed with URLs - Uniform Resource Locators
 <code>www.apache.org</code>), a URL-path (e.g.
 <code>/docs/current/getting-started.html</code>), and possibly a query
 string (e.g. <code>?arg=value</code>) used to pass additional
-arguments to the server. 
+arguments to the server.
 </p>
 
-<p>A client (e.g., a web browser) connects to a server (e.g., your Apache HTTP Server), 
+<p>A client (e.g., a web browser) connects to a server (e.g., your Apache HTTP Server),
 with the specified protocol, and makes a <strong>request</strong> for a resource using the
 URL-path.</p>
 
index 43edd940396fb6c07675242ccaac27db23613aac..7829aa6194ac6660077f59ddb4de6651e8d5a015 100644 (file)
@@ -34,7 +34,7 @@
   <section id="core">
     <title>Core Enhancements</title>
     <dl>
-      <dt>Loadable MPMs</dt>
+      <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>