diff options
Diffstat (limited to 'docs/manual/programs/httxt2dbm.html.en')
| -rw-r--r-- | docs/manual/programs/httxt2dbm.html.en | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/manual/programs/httxt2dbm.html.en b/docs/manual/programs/httxt2dbm.html.en index 3a8996da..7d90124b 100644 --- a/docs/manual/programs/httxt2dbm.html.en +++ b/docs/manual/programs/httxt2dbm.html.en @@ -23,7 +23,7 @@ </div> <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>RewriteMap with + use in <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code> with the <code>dbm</code> map type. </p> </div> @@ -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 <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a> 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> @@ -80,6 +79,6 @@ <p><span>Available Languages: </span><a href="../en/programs/httxt2dbm.html" title="English"> en </a> | <a href="../tr/programs/httxt2dbm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a></p> </div><div id="footer"> -<p class="apache">Copyright 2011 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2012 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file |
