From 0ede7e52d23a0a16b01be441043f7bac31212689 Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Mon, 30 Sep 2002 13:01:23 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97030 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 2 +- docs/manual/mod/core.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index ab21b9e126..0b65efa66c 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -210,7 +210,7 @@ authenticationSyntax:

AuthName "Top Secret"

-

The string provided for the AuthRealm is what will +

The string provided for the AuthName is what will appear in the password dialog provided by most browsers.

See also

top

AuthType Directive

Description: diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index ea9b47d793..42d0166c0b 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -268,7 +268,7 @@ authentication AuthName "Top Secret" -

The string provided for the AuthRealm is what will +

The string provided for the AuthName is what will appear in the password dialog provided by most browsers.