diff options
author | Martin Kraemer <martin@apache.org> | 2006-06-30 10:28:51 +0200 |
---|---|---|
committer | Martin Kraemer <martin@apache.org> | 2006-06-30 10:28:51 +0200 |
commit | d5c831afe5ad895fa06fc557ec9d78f2d277e785 (patch) | |
tree | 3360dd256cc0033351aaf99ed8cb486d11046ef0 /docs/manual/mod/mod_dbd.html.en | |
parent | * build/special.mk (install-modules-yes): Require that the DSOs are (diff) | |
download | apache2-d5c831afe5ad895fa06fc557ec9d78f2d277e785.tar.xz apache2-d5c831afe5ad895fa06fc557ec9d78f2d277e785.zip |
Add missing space
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@418200 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dbd.html.en')
-rw-r--r-- | docs/manual/mod/mod_dbd.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_dbd.html.en b/docs/manual/mod/mod_dbd.html.en index 9b98ea567c..294ff396e5 100644 --- a/docs/manual/mod/mod_dbd.html.en +++ b/docs/manual/mod/mod_dbd.html.en @@ -140,7 +140,7 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="directive-section"><h2><a name="DBDKeep" id="DBDKeep">DBDKeep</a> <a name="dbdkeep" id="dbdkeep">Directive</a></h2> <table class="directive"> -<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maximum sustainednumber of connections</td></tr> +<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Maximum sustained number of connections</td></tr> <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>DBDKeep <var>number</var></code></td></tr> <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr> <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr> @@ -260,4 +260,4 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c </div><div id="footer"> <p class="apache">Copyright 1995-2006 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> -</body></html>
\ No newline at end of file +</body></html> |