From: Rainer Jung
Date: Tue, 11 Dec 2012 13:37:23 +0000 (+0000)
Subject: Fix typo dbd -> dbm and add htdbm
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=341150feae784a93bc9e225285ba0fcf9c3a176c;p=thirdparty%2Fapache%2Fhttpd.git
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 b893f3f05a2..af0fbc78771 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>