summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_auth_digest.html
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-07-18 20:25:19 +0000
committerJoshua Slive <slive@apache.org>2001-07-18 20:25:19 +0000
commitb8861ba2169e44857d7807424be8f090ca40e28d (patch)
treed9116d85b6d1dbf8cab08a71dfca5cca9a92e274 /docs/manual/mod/mod_auth_digest.html
parentce3b970d964e8421984c4172cc6825d6bb2de16b (diff)
downloadhttpd-b8861ba2169e44857d7807424be8f090ca40e28d.tar.gz
Bringing forward from 1.3: small changes to standardize argument types.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_auth_digest.html')
-rw-r--r--docs/manual/mod/mod_auth_digest.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_auth_digest.html b/docs/manual/mod/mod_auth_digest.html
index 5cda2a778b..8a0108e84a 100644
--- a/docs/manual/mod/mod_auth_digest.html
+++ b/docs/manual/mod/mod_auth_digest.html
@@ -97,7 +97,7 @@ ideal.
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDigestFile <EM>filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDigestFile <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
@@ -117,7 +117,7 @@ ideal.
<P>The AuthDigestFile directive sets the name of a textual file containing
the list of users and encoded passwords for digest authentication.
-<EM>Filename</EM> is the absolute path to the user file.
+<EM>File-path</EM> is the absolute path to the user file.
<P>The digest file uses a special format. Files in this format can be
created using the <a href="../programs/htdigest.html">htdigest</a>
@@ -129,7 +129,7 @@ utility found in the support/ subdirectory of the Apache distribution.
<A
HREF="directive-dict.html#Syntax"
REL="Help"
-><STRONG>Syntax:</STRONG></A> AuthDigestGroupFile <EM>filename</EM><BR>
+><STRONG>Syntax:</STRONG></A> AuthDigestGroupFile <EM>file-path</EM><BR>
<A
HREF="directive-dict.html#Context"
REL="Help"
@@ -149,7 +149,7 @@ utility found in the support/ subdirectory of the Apache distribution.
<P>The AuthDigestGroupFile directive sets the name of a textual file
containing the list of groups and their members (user names).
-<EM>Filename</EM> is the absolute path to the group file.
+<EM>File-path</EM> is the absolute path to the group file.
<P>Each line of the group file contains a groupname followed by a colon,
followed by the member usernames separated by spaces. Example: