]> granicus.if.org Git - apache/commitdiff
make reference to <If > a link
authorStefan Fritsch <sf@apache.org>
Sun, 12 Jan 2014 22:06:32 +0000 (22:06 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 12 Jan 2014 22:06:32 +0000 (22:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1557617 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_setenvif.xml

index 49309a27cc8f23d3ef237afa164695acbee5b7ee..2276091a2a468fb46f1678c98774a856c1246c47 100644 (file)
@@ -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>