You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/11/17 18:48:30 UTC

svn commit: r1410756 - /httpd/httpd/trunk/docs/manual/expr.xml

Author: sf
Date: Sat Nov 17 17:48:29 2012
New Revision: 1410756

URL: http://svn.apache.org/viewvc?rev=1410756&view=rev
Log:
Fix cut'n'paste error

Modified:
    httpd/httpd/trunk/docs/manual/expr.xml

Modified: httpd/httpd/trunk/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.xml?rev=1410756&r1=1410755&r2=1410756&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.xml (original)
+++ httpd/httpd/trunk/docs/manual/expr.xml Sat Nov 17 17:48:29 2012
@@ -229,10 +229,10 @@ listfunction ::= listfuncname "<strong>(
             corresponds to HTTP/1.1 and <code>9</code> corresponds
             to HTTP/0.9</td></tr>
     <tr><td><code>SERVER_PROTOCOL_VERSION_MAJOR</code></td>
-        <td>A major version part of the HTTP version of the request,
+        <td>The major version part of the HTTP version of the request,
             e.g. <code>1</code> for HTTP/1.0</td></tr>
     <tr><td><code>SERVER_PROTOCOL_VERSION_MINOR</code></td>
-        <td>A minor version part of the HTTP version of the request,
+        <td>The minor version part of the HTTP version of the request,
             e.g. <code>0</code> for HTTP/1.0</td></tr>
     <tr><td><code>DOCUMENT_ROOT</code></td>
         <td>The <directive module="core">DocumentRoot</directive> of