Author: violetagg Date: Mon Feb 3 17:49:48 2014 New Revision: 1563989 URL: http://svn.apache.org/r1563989 Log: Fix typo.
Modified: tomcat/trunk/webapps/docs/config/listeners.xml Modified: tomcat/trunk/webapps/docs/config/listeners.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1563989&r1=1563988&r2=1563989&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/listeners.xml (original) +++ tomcat/trunk/webapps/docs/config/listeners.xml Mon Feb 3 17:49:48 2014 @@ -300,7 +300,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> @@ -412,7 +412,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