You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/12/11 14:40:41 UTC

svn commit: r1420151 - in /httpd/httpd/branches/2.4.x: ./ docs/manual/ docs/manual/howto/auth.xml

Author: rjung
Date: Tue Dec 11 13:40:40 2012
New Revision: 1420151

URL: http://svn.apache.org/viewvc?rev=1420151&view=rev
Log:
Fix typo dbd -> dbm and add htdbm
to dbmmanage note.

Backport of r1420149 from trunk.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/docs/manual/   (props changed)
    httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1420149

Propchange: httpd/httpd/branches/2.4.x/docs/manual/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk/docs/manual:r1420149

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml?rev=1420151&r1=1420150&r2=1420151&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/auth.xml Tue Dec 11 13:40:40 2012
@@ -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;