Commit 5f0cec0a authored by Graham Leggett's avatar Graham Leggett
Browse files

Update transformations.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1222336 13f79535-47bb-0310-9956-ffa450edef68
parent 29c6b526
Loading
Loading
Loading
Loading
+7 −8
Changes for docs/manual/programs/httxt2dbm.html.en: 7 added lines, 8 removed lines.
Original line number Diff line number Diff line
@@ -49,18 +49,17 @@

    <dt><code>-f <var>DBM_TYPE</var></code></dt>
    <dd>Specify the DBM type to be used for the output. If not specified, will
    use the <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a> Default. Available types are:<br />
    <code>GDBM</code> for GDBM files<br />
    <code>SDBM</code> for SDBM files<br />
    <code>DB</code> for berkeley DB files<br />
    <code>NDBM</code> for NDBM files<br />
    <code>default</code> for the default DBM type
    use the <code>APR</code> Default. Available types are:
    <code>GDBM</code> for GDBM files,
    <code>SDBM</code> for SDBM files,
    <code>DB</code> for berkeley DB files,
    <code>NDBM</code> for NDBM files,
    <code>default</code> for the default DBM type.
    </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
    with one record per line, of the form:<br />
    <code>key value</code><br />
    with one record per line, of the form: <code>key value</code>.
    See the documentation for <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> for
    further details of this file's format and meaning.
    </dd>