Author: jchampion
Date: Wed Feb 8 20:31:37 2017
New Revision: 1782252
URL: http://svn.apache.org/viewvc?rev=1782252&view=rev
Log:
docs: fix typo in setenvif page
As pointed out by Mark Brooks in the site comments.
Modified:
httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en
httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml
Modified: httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en?rev=1782252&r1=1782251&r2=1782252&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_setenvif.html.en Wed Feb 8 20:31:37 2017
@@ -153,8 +153,8 @@ SetEnvIfNoCase User-Agent Robot is_a_rob
</table>
<p>The <code class="directive">SetEnvIf</code> directive defines
environment variables based on attributes of the request. The
- <em>attribute</em> specified in the first argument can be one of four
- things:</p>
+ <em>attribute</em> specified in the first argument can be one of the
+ following things:</p>
<ol>
<li>An HTTP request header field (see <a href="http://www.rfc-editor.org/rfc/rfc2616.txt">RFC2616</a>
Modified: httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml?rev=1782252&r1=1782251&r2=1782252&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml Wed Feb 8 20:31:37 2017
@@ -144,8 +144,8 @@ SetEnvIfNoCase User-Agent Robot is_a_rob
<usage>
<p>The <directive>SetEnvIf</directive> directive defines
environment variables based on attributes of the request. The
- <em>attribute</em> specified in the first argument can be one of four
- things:</p>
+ <em>attribute</em> specified in the first argument can be one of the
+ following things:</p>
<ol>
<li>An HTTP request header field (see <a
|