summaryrefslogtreecommitdiffstats
path: root/docs/manual/new_features_2_2.xml
diff options
context:
space:
mode:
authorColm MacCarthaigh <colm@apache.org>2005-11-16 11:23:56 +0100
committerColm MacCarthaigh <colm@apache.org>2005-11-16 11:23:56 +0100
commit6a6b021d1a3ae71a695ae75c7190bf815d7c249e (patch)
treec0bcb28217fb60c454d627693e541e63f3d6215a /docs/manual/new_features_2_2.xml
parentFix typo in ProxyStatus syntax error message. (diff)
downloadapache2-6a6b021d1a3ae71a695ae75c7190bf815d7c249e.tar.xz
apache2-6a6b021d1a3ae71a695ae75c7190bf815d7c249e.zip
Make references to 2.1 and later consistent with each other.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@344971 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_2.xml')
-rw-r--r--docs/manual/new_features_2_2.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml
index 3d9d4a97a8..2b278a5a7d 100644
--- a/docs/manual/new_features_2_2.xml
+++ b/docs/manual/new_features_2_2.xml
@@ -233,9 +233,9 @@
had to take responsibility for managing it themselves. Apart
from reinventing the wheel, this can be very inefficient, for
example when several modules each maintain their own connections.</p>
- <p>Apache 2.1 and up provides the <code>ap_dbd</code> API for
+ <p>Apache 2.1 and later provides the <code>ap_dbd</code> API for
managing database connections (including optimised strategies
- for threaded and unthreaded MPMs), while APR 1.2 and up provides
+ for threaded and unthreaded MPMs), while APR 1.2 and later provides
the <code>apr_dbd</code> API for interacting with the database.</p>
<p>New modules SHOULD now use these APIs for all SQL database
operations. Existing applications SHOULD be upgraded to use it