diff options
author | Paul Querna <pquerna@apache.org> | 2005-07-22 12:00:46 +0200 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2005-07-22 12:00:46 +0200 |
commit | a8bce20460c2a5fc8f5b8f9412e8c663c7dcaf01 (patch) | |
tree | d1d67e4e66b23cfda8680f7486e5d1c5ca187dce /docs/manual/programs/httxt2dbm.html.en | |
parent | Use -o for output of dbm files. (diff) | |
download | apache2-a8bce20460c2a5fc8f5b8f9412e8c663c7dcaf01.tar.xz apache2-a8bce20460c2a5fc8f5b8f9412e8c663c7dcaf01.zip |
build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@220287 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/httxt2dbm.html.en')
-rw-r--r-- | docs/manual/programs/httxt2dbm.html.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/programs/httxt2dbm.html.en b/docs/manual/programs/httxt2dbm.html.en index 394b1125f4..72e6ddccae 100644 --- a/docs/manual/programs/httxt2dbm.html.en +++ b/docs/manual/programs/httxt2dbm.html.en @@ -70,8 +70,8 @@ <div class="section"> <h2><a name="examples" id="examples">Examples</a></h2> <div class="example"><p><code> - httxt2dbm -i rewritemap.txt -i rewritemap.dbm<br /> - httxt2dbm -f SDBM -i rewritemap.txt -i rewritemap.dbm<br /> + httxt2dbm -i rewritemap.txt -o rewritemap.dbm<br /> + httxt2dbm -f SDBM -i rewritemap.txt -o rewritemap.dbm<br /> </code></p></div> </div></div> <div class="bottomlang"> |