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:23:47 UTC

svn commit: r1363279 - /httpd/httpd/trunk/docs/manual/programs/htdigest.xml

Author: humbedooh
Date: Thu Jul 19 10:23:47 2012
New Revision: 1363279

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

Modified:
    httpd/httpd/trunk/docs/manual/programs/htdigest.xml

Modified: httpd/httpd/trunk/docs/manual/programs/htdigest.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/htdigest.xml?rev=1363279&r1=1363278&r2=1363279&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/htdigest.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/htdigest.xml Thu Jul 19 10:23:47 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