]> granicus.if.org Git - apache/commitdiff
Fix typo dbd -> dbm and add htdbm
authorRainer Jung <rjung@apache.org>
Tue, 11 Dec 2012 13:37:23 +0000 (13:37 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 11 Dec 2012 13:37:23 +0000 (13:37 +0000)
to dbmmanage note.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420149 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.xml

index b893f3f05a22a66e5dbdcdc9ee40225c3da5470b..af0fbc787717e7527b600be6b961e97c76954291 100644 (file)
@@ -254,7 +254,7 @@ Require user rbowen
     The <module>mod_authn_dbm</module> module provides the <directive
     module="mod_authn_dbm">AuthDBMUserFile</directive> directive. These
     files can be created and manipulated with the <program>
-    dbmmanage</program> program. Many
+    dbmmanage</program> and <program>htdbm</program> programs. Many
     other types of authentication options are available from third
     party modules in the <a
     href="http://modules.apache.org/">Apache Modules
@@ -366,7 +366,7 @@ Require group GroupName
     you can choose <code>dbm</code> or <code>dbd</code> as your storage
     format.</p>
 
-    <p>To select a dbd file rather than a text file, for example:</p>
+    <p>To select a dbm file rather than a text file, for example:</p>
 
     <highlight language="config">
 &lt;Directory /www/docs/private&gt;