You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/07/19 12:26:35 UTC

svn commit: r1363285 - /httpd/httpd/branches/2.2.x/docs/manual/programs/htdigest.xml

Author: humbedooh
Date: Thu Jul 19 10:26:35 2012
New Revision: 1363285

URL: http://svn.apache.org/viewvc?rev=1363285&view=rev
Log:
Add a link to the RFC explaining what 'realm' denotes.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/programs/htdigest.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/programs/htdigest.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/programs/htdigest.xml?rev=1363285&r1=1363284&r2=1363285&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/programs/htdigest.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/programs/htdigest.xml Thu Jul 19 10:26:35 2012
@@ -57,7 +57,10 @@
     exist, or deleted and recreated if it does exist.</dd>
 
     <dt><code><var>realm</var></code></dt>
-    <dd>The realm name to which the user name belongs.</dd>
+    <dd>The realm name to which the user name belongs. See 
+    <a href="http://tools.ietf.org/html/rfc2617#section-3.2.1">
+    http://tools.ietf.org/html/rfc2617#section-3.2.1</a> for more details.
+    </dd>
 
     <dt><code><var>username</var></code></dt>
     <dd>The user name to create or update in <var>passwdfile</var>. If