You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2013/02/04 23:18:12 UTC

svn commit: r1442400 - /httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml

Author: jailletc36
Date: Mon Feb  4 22:18:12 2013
New Revision: 1442400

URL: http://svn.apache.org/viewvc?rev=1442400&view=rev
Log:
Improve httxt2dbm doc as proposed in PR51372.
Please backport if usefull.

Modified:
    httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml

Modified: httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml?rev=1442400&r1=1442399&r2=1442400&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/httxt2dbm.xml Mon Feb  4 22:18:12 2013
@@ -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>