Author: violetagg
Date: Tue Nov 1 06:41:21 2016
New Revision: 1767429
URL: http://svn.apache.org/viewvc?rev=1767429&view=rev
Log:
Correct a typo in CGI How-To. Issue reported via comments.apache.org.
Modified:
tomcat/trunk/webapps/docs/cgi-howto.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/cgi-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/cgi-howto.xml?rev=1767429&r1=1767428&r2=1767429&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/cgi-howto.xml (original)
+++ tomcat/trunk/webapps/docs/cgi-howto.xml Tue Nov 1 06:41:21 2016
@@ -96,7 +96,7 @@ the web application root directory + Fil
By default there is no value, which results in the web application root
directory being used as the search path. The recommended value is
<code>WEB-INF/cgi</code></li>
-<li><strong>executable</strong> - The of the executable to be used to
+<li><strong>executable</strong> - The name of the executable to be used to
run the script. You may explicitly set this parameter to be an empty string
if your script is itself executable (e.g. an exe file). Default is
<code>perl</code>.</li>
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1767429&r1=1767428&r2=1767429&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Nov 1 06:41:21 2016
@@ -184,6 +184,10 @@
Fix default value of <code>validationInterval</code> attribute in
jdbc-pool. (kfujino)
</fix>
+ <fix>
+ Correct a typo in CGI How-To.
+ Issue reported via comments.apache.org. (violetagg)
+ </fix>
</changelog>
</subsection>
<subsection name="Tribes">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]