From a694e4d9f3e95b4bbad5aa9ebbfa956c9cc1a003 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sat, 24 Jan 2009 15:34:27 +0000 Subject: [PATCH] Small typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@737381 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_dbd.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 4c4bb28407..7144a1fcef 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -229,7 +229,7 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c -

For modules such as authentication that use repeatedly use a +

For modules such as authentication that repeatedly use a single SQL statement, optimum performance is achieved by preparing the statement at startup rather than every time it is used. This directive prepares an SQL statement and assigns it a label.

@@ -288,7 +288,7 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c -

Set the time to keep idle connections alive where the number +

Set the time to keep idle connections alive when the number of connections specified in DBDKeep has been exceeded (threaded platforms only).

-- 2.50.1