You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/05/18 10:39:28 UTC

svn commit: r1595576 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_include.html.en mod_include.xml

Author: jailletc36
Date: Sun May 18 08:39:27 2014
New Revision: 1595576

URL: http://svn.apache.org/r1595576
Log:
Fix typo as spotted in a comment in online doc by JPKole

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.html.en?rev=1595576&r1=1595575&r2=1595576&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.html.en Sun May 18 08:39:27 2014
@@ -171,7 +171,7 @@ AddOutputFilter INCLUDES .shtml</pre>
       attempts to echo an undefined variable. This overrides any <code class="directive"><a href="#ssiundefinedecho">SSIUndefinedEcho</a></code> directives.</p>
 
       <div class="example"><p><code>
-        &lt;!--#config errmsg="[Value Undefined]" --&gt;
+        &lt;!--#config echomsg="[Value Undefined]" --&gt;
       </code></p></div>
       </dd>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml?rev=1595576&r1=1595575&r2=1595576&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_include.xml Sun May 18 08:39:27 2014
@@ -147,7 +147,7 @@ AddOutputFilter INCLUDES .shtml
       module="mod_include">SSIUndefinedEcho</directive> directives.</p>
 
       <example>
-        &lt;!--#config errmsg="[Value Undefined]" --&gt;
+        &lt;!--#config echomsg="[Value Undefined]" --&gt;
       </example>
       </dd>