diff options
author | Paul Querna <pquerna@apache.org> | 2005-11-20 01:57:58 +0000 |
---|---|---|
committer | Paul Querna <pquerna@apache.org> | 2005-11-20 01:57:58 +0000 |
commit | ef6bb19dc9e6d1411993c2ac77749a3cb85f6b37 (patch) | |
tree | 52a6c96463ab9dd659e4ed53f1efb75756c6a2d1 /docs | |
parent | 3908f38c17c3738c467b793bd3e204a73946a070 (diff) | |
download | httpd-ef6bb19dc9e6d1411993c2ac77749a3cb85f6b37.tar.gz |
Fix program name
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345708 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/new_features_2_2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/new_features_2_2.xml b/docs/manual/new_features_2_2.xml index c7216ef98f..296ed1003a 100644 --- a/docs/manual/new_features_2_2.xml +++ b/docs/manual/new_features_2_2.xml @@ -159,7 +159,7 @@ lists all modules that are loaded based on the current configuration. Unlike the <code>-l</code> option, this list includes DSOs loaded via <module>mod_so</module>.</dd> - <dt><program>htttxt2dbm</program></dt> + <dt><program>httxt2dbm</program></dt> <dd>A new program used to generate dbm files from text input, for use in <directive module="mod_rewrite">RewriteMap</directive> with the <code>dbm</code> map type.</dd> |