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

Backport of r1420149 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420151 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.xml

index a9ac7546fd8fbf8b6902b8e04e7a3d67cafcfd56..4b5a268fc0fca4d0528f17c8dd24e81ec0cda8c9 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
@@ -361,7 +361,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;