This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 865dad9 Fix typos 865dad9 is described below commit 865dad9a2fb5953189a12339d113907b90e752fc Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jun 26 17:48:36 2019 +0100 Fix typos --- webapps/docs/config/engine.xml | 4 ++-- webapps/docs/host-manager-howto.xml | 2 +- webapps/docs/html-host-manager-howto.xml | 2 +- webapps/docs/logging.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapps/docs/config/engine.xml b/webapps/docs/config/engine.xml index a430b52..ff4fbcd 100644 --- a/webapps/docs/config/engine.xml +++ b/webapps/docs/config/engine.xml @@ -117,8 +117,8 @@ <code>Runtime.getRuntime().availableProcessors() + value</code> being used unless this is less than 1 in which case 1 thread will be used. If not specified, the default value of 1 will be used. If 1 thread is - used then rather than using an <code>ExecutorService</code> the current - thread will be used.</p> + used then, rather than using an <code>ExecutorService</code>, the + current thread will be used.</p> </attribute> </attributes> diff --git a/webapps/docs/host-manager-howto.xml b/webapps/docs/host-manager-howto.xml index c05f9e3..fb1ccfd 100644 --- a/webapps/docs/host-manager-howto.xml +++ b/webapps/docs/host-manager-howto.xml @@ -78,7 +78,7 @@ <section name="Configuring Manager Application Access"> <p><em>The description below uses <code>$CATALINA_HOME</code> to refer the base Tomcat directory. It is the directory in which you installed - Tomcat, for example <code>C:/tomcat9</code>, or + Tomcat, for example <code>C:\tomcat9</code>, or <code>/usr/share/tomcat9</code>.</em></p> <p> diff --git a/webapps/docs/html-host-manager-howto.xml b/webapps/docs/html-host-manager-howto.xml index d30152e..59ea49c 100644 --- a/webapps/docs/html-host-manager-howto.xml +++ b/webapps/docs/html-host-manager-howto.xml @@ -81,7 +81,7 @@ <section name="Configuring Manager Application Access"> <p><em>The description below uses <code>$CATALINA_HOME</code> to refer the base Tomcat directory. It is the directory in which you installed - Tomcat, for example <code>C:/tomcat9</code>, or + Tomcat, for example <code>C:\tomcat9</code>, or <code>/usr/share/tomcat9</code>.</em></p> <p> diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml index 78fb03c..1f546bb 100644 --- a/webapps/docs/logging.xml +++ b/webapps/docs/logging.xml @@ -289,7 +289,7 @@ java.util.logging.ConsoleHandler.level=ALL</source> boolean value.</li> <li>The root logger can define its set of handlers using the <code>.handlers</code> property.</li> - <li> By default the log files will be kept on the file system + <li> By default the log files will be kept on the file system for <code>90</code> days. This may be changed per handler using the <code>handlerName.maxDays</code> property. If the specified value for the property is <code>≤0</code> then the log files will be kept on the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org