From: Rainer Jung
Date: Tue, 11 Dec 2012 13:37:23 +0000 (+0000)
Subject: Fix typo dbd -> dbm and add htdbm
X-Git-Tag: 2.5.0-alpha~6030
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acd00f0e6073ab4c1679d3491179bed806ea9b41;p=apache
Fix typo dbd -> dbm and add htdbm
to dbmmanage note.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420149 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml
index b893f3f05a..af0fbc7877 100644
--- a/docs/manual/howto/auth.xml
+++ b/docs/manual/howto/auth.xml
@@ -254,7 +254,7 @@ Require user rbowen
The mod_authn_dbm module provides the AuthDBMUserFile directive. These
files can be created and manipulated with the
- dbmmanage program. Many
+ dbmmanage and htdbm programs. Many
other types of authentication options are available from third
party modules in the Apache Modules
@@ -366,7 +366,7 @@ Require group GroupName
you can choose dbm
or dbd
as your storage
format.
- To select a dbd file rather than a text file, for example:
+ To select a dbm file rather than a text file, for example:
<Directory /www/docs/private>