diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2013-02-04 23:18:12 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2013-02-04 23:18:12 +0100 |
commit | fd1695f766aca39209168c9f1a725114e2202ec8 (patch) | |
tree | a2cc8e4793960a4a8c0c87eecaa1537013366f22 /docs | |
parent | Fix valgrind warning about uninitialized memory in argument to semctl (diff) | |
download | apache2-fd1695f766aca39209168c9f1a725114e2202ec8.tar.xz apache2-fd1695f766aca39209168c9f1a725114e2202ec8.zip |
Improve httxt2dbm doc as proposed in PR51372.
Please backport if usefull.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1442400 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/programs/httxt2dbm.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/programs/httxt2dbm.xml b/docs/manual/programs/httxt2dbm.xml index 4bcc56d2be..195201e63d 100644 --- a/docs/manual/programs/httxt2dbm.xml +++ b/docs/manual/programs/httxt2dbm.xml @@ -28,8 +28,10 @@ <summary> <p><code>httxt2dbm</code> is used to generate dbm files from text input, for use in <directive module="mod_rewrite">RewriteMap</directive> with the - <code>dbm</code> map type. - </p> + <code>dbm</code> map type.</p> + + <p>If the output file already exists, it will not be truncated. New keys will be + added and existing keys will be updated.</p> </summary> <seealso><program>httpd</program></seealso> <seealso><module>mod_rewrite</module></seealso> |