You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/01/05 19:31:39 UTC

svn commit: r1555604 - in /httpd/httpd/trunk/docs/manual: getting-started.xml new_features_2_4.xml

Author: jailletc36
Date: Sun Jan  5 18:31:39 2014
New Revision: 1555604

URL: http://svn.apache.org/r1555604
Log:
Sync a few doc with 2.4.x branch (!)

Modified:
    httpd/httpd/trunk/docs/manual/getting-started.xml
    httpd/httpd/trunk/docs/manual/new_features_2_4.xml

Modified: httpd/httpd/trunk/docs/manual/getting-started.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/getting-started.xml?rev=1555604&r1=1555603&r2=1555604&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/getting-started.xml (original)
+++ httpd/httpd/trunk/docs/manual/getting-started.xml Sun Jan  5 18:31:39 2014
@@ -39,10 +39,10 @@ Addresses on the Web are expressed with 
 <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>
 

Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.xml?rev=1555604&r1=1555603&r2=1555604&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/new_features_2_4.xml (original)
+++ httpd/httpd/trunk/docs/manual/new_features_2_4.xml Sun Jan  5 18:31:39 2014
@@ -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>