diff options
author | Daniel Gruno <humbedooh@apache.org> | 2013-02-19 22:32:09 +0100 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2013-02-19 22:32:09 +0100 |
commit | 0006419eb2700525b731b9cbaeb9a239086e6342 (patch) | |
tree | db9fe4d3f77c651a9f045faaa1fbfdf6a11086a4 /docs/manual/programs/httxt2dbm.html.en | |
parent | typo fixes (diff) | |
download | apache2-0006419eb2700525b731b9cbaeb9a239086e6342.tar.xz apache2-0006419eb2700525b731b9cbaeb9a239086e6342.zip |
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1447930 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/httxt2dbm.html.en')
-rw-r--r-- | docs/manual/programs/httxt2dbm.html.en | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/programs/httxt2dbm.html.en b/docs/manual/programs/httxt2dbm.html.en index b4c6a2b85e..cd7f642401 100644 --- a/docs/manual/programs/httxt2dbm.html.en +++ b/docs/manual/programs/httxt2dbm.html.en @@ -27,8 +27,10 @@ <p><code>httxt2dbm</code> is used to generate dbm files from text input, for use in <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> 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> </div> <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#options">Options</a></li> |