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 2014/01/12 23:06:33 UTC

svn commit: r1557617 - /httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml

Author: sf
Date: Sun Jan 12 22:06:32 2014
New Revision: 1557617

URL: http://svn.apache.org/r1557617
Log:
make reference to <If > a link

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml

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=1557617&r1=1557616&r2=1557617&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_setenvif.xml Sun Jan 12 22:06:32 2014
@@ -266,7 +266,7 @@ for additional examples.
 
 <usage>
     <p>The <directive>SetEnvIfExpr</directive> directive defines
-    environment variables based on an <directive type="section">If</directive>
+    environment variables based on an <directive module="core" type="section">If</directive>
     <code>ap_expr</code>. These expressions will be evaluated at runtime,
     and applied <em>env-variable</em> in the same fashion as <directive
     >SetEnvIf</directive>.</p>
@@ -288,7 +288,7 @@ for additional examples.
 
 <seealso><a href="../expr.html">Expressions in Apache HTTP Server</a>,
 for a complete reference and more examples.</seealso>
-<seealso><directive type="section">If</directive> can be used to achieve similar
+<seealso><directive module="core" type="section">If</directive> can be used to achieve similar
 results.</seealso>
 <seealso><module>mod_filter</module></seealso>
 </directivesynopsis>