Author: violetagg Date: Mon Feb 3 17:53:34 2014 New Revision: 1563990 URL: http://svn.apache.org/r1563990 Log: Merged revision 1563989 from tomcat/trunk: Fix typo.
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1563989 Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml?rev=1563990&r1=1563989&r2=1563990&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/listeners.xml Mon Feb 3 17:53:34 2014 @@ -316,7 +316,7 @@ </attribute> <attribute name="minimumUmask" required="false"> - <p>The least rectrictive umask that must be configured before Tomcat + <p>The least restrictive umask that must be configured before Tomcat will start. If not specified, the default value of <b>0007</b> is used. To disable this check, set the attribute to the empty string. The check is not performed on Windows platforms.</p> @@ -428,7 +428,7 @@ <p>The port to be used by the JMX/RMI registry for the Platform MBeans. This replaces the use of the <code>com.sun.management.jmxremote.port</code> system property that - should not be set when using this valve.</p> + should not be set when using this listener.</p> </attribute> <attribute name="rmiServerPortPlatform" required="true"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org