Improve httxt2dbm doc as proposed in PR51372.
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 4 Feb 2013 22:18:12 +0000 (22:18 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 4 Feb 2013 22:18:12 +0000 (22:18 +0000)
Please backport if usefull.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1442400 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/httxt2dbm.xml

index 4bcc56d2bedbfd0628ff7ef97507f61de8365a14..195201e63d15882de0c31e5870cfbf2cb59ac34e 100644 (file)
 <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>