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:38:25 UTC

svn commit: r1595575 - in /httpd/httpd/trunk/docs/manual/mod: mod_include.html.en mod_include.xml

Author: jailletc36
Date: Sun May 18 08:38:24 2014
New Revision: 1595575

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

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_include.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_include.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_include.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.html.en?rev=1595575&r1=1595574&r2=1595575&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.html.en Sun May 18 08:38:24 2014
@@ -169,7 +169,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/trunk/docs/manual/mod/mod_include.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_include.xml?rev=1595575&r1=1595574&r2=1595575&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_include.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_include.xml Sun May 18 08:38:24 2014
@@ -146,7 +146,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>