<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>
-
+
<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>
</dd>
<dt><code>-i <var>SOURCE_TXT</var></code></dt>
- <dd>Input file from which the dbm is to be created. The file should be formated
+ <dd>Input file from which the dbm is to be created. The file should be formatted
with one record per line, of the form: <code>key value</code>.
See the documentation for <directive module="mod_rewrite">RewriteMap</directive> for
further details of this file's format and meaning.