summaryrefslogtreecommitdiff
path: root/docs/manual/new_features_2_2.html.en
diff options
context:
space:
mode:
authorColm MacCarthaigh <colm@apache.org>2005-11-16 15:56:13 +0000
committerColm MacCarthaigh <colm@apache.org>2005-11-16 15:56:13 +0000
commit609d0155e2b34d9cd12a501e8c41b03b26cd26f5 (patch)
tree47e5fc6b8b9ba5658cf4b00a3d5b059fc3bbb598 /docs/manual/new_features_2_2.html.en
parentdcb0ab51583ba81716e2fdc8a91ec1c28f31c0c5 (diff)
downloadhttpd-609d0155e2b34d9cd12a501e8c41b03b26cd26f5.tar.gz
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_2.html.en')
-rw-r--r--docs/manual/new_features_2_2.html.en4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/new_features_2_2.html.en b/docs/manual/new_features_2_2.html.en
index 633db3269e..1762489a27 100644
--- a/docs/manual/new_features_2_2.html.en
+++ b/docs/manual/new_features_2_2.html.en
@@ -236,9 +236,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