From: Lucien Gentis Date: Sat, 24 Jan 2009 15:40:03 +0000 (+0000) Subject: Small typos. X-Git-Tag: 2.2.12~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f51be274a841124e5968b0223df092b870aad04;p=thirdparty%2Fapache%2Fhttpd.git Small typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@737384 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index edd37325733..df9c05f9821 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -188,7 +188,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.

@@ -247,7 +247,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).