You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/04/29 11:20:50 UTC

[tomcat] branch 9.0.x updated: Language improvements

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 7144b24217 Language improvements
7144b24217 is described below

commit 7144b242173eb83598ae441cd43af1fead7ddb87
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Apr 29 12:19:46 2022 +0100

    Language improvements
---
 BUILDING.txt  | 12 ++++++------
 RELEASE-NOTES |  2 +-
 RUNNING.txt   |  8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index ad82b7693f..96cca3db3a 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -272,7 +272,7 @@ You can build them by using the following commands:
     You do not need it if you do not plan to sign the release.
 
     If "gpg.exec" property does not point to an existing file, it will be
-    ignored and this feature will be disabled.
+    ignored and this feature will be deactivated.
 
     You will be prompted for the GPG passphrase when the release build
     starts, unless "gpg.passphrase" property is set.
@@ -330,7 +330,7 @@ implementations of Tomcat connectors: NIO, NIO2 and APR. (If you are not
 familiar with Tomcat connectors, see config/http.html in documentation for
 details).
 
-The 3 runs are enabled and disabled individually by the following
+The 3 runs are activated and deactivated individually by the following
 properties, which all are "true" by default:
 
     execute.test.nio=true
@@ -430,7 +430,7 @@ as for the property "test.name".
  Configuration properties are "junit.formatter.type",
  "junit.formatter.extension" and "junit.formatter.usefile".
 
- For example the following property disables generation of separate report
+ For example the following property deactivates generation of separate report
  files:
 
         junit.formatter.usefile=false
@@ -454,7 +454,7 @@ NOTE: Cobertura is licensed under GPL v2 with parts of it being under
 
  Using Cobertura currently requires setting test.threads configuration
  property to the value of 1. Setting that property to a different value
- will disable code coverage.
+ will deactivate code coverage.
 
  The report files by default are written to
 
@@ -465,7 +465,7 @@ NOTE: Cobertura is licensed under GPL v2 with parts of it being under
     processes are running.
 
     These assumptions are not always true (e.g. on CI systems running in a
-    virtual machine) so the performance tests may be disabled by using the
+    virtual machine) so the performance tests may be deactivated by using the
     following property:
 
         test.excludePerformance=true
@@ -483,7 +483,7 @@ NOTE: Cobertura is licensed under GPL v2 with parts of it being under
         java.net.preferIPv4Stack=true
 
  10. By default the output of unit tests is sent to the console and can be
-     quite verbose. The output can be disabled by setting the property:
+     quite verbose. The output can be deactivated by setting the property:
 
         test.verbose=false
 
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c4e88e17c5..c88538ddae 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -128,7 +128,7 @@ Symlinking static resources:
 By default, Unix symlinks will not work when used in a web application to link
 resources located outside the web application root directory.
 
-This behavior is optional, and the "allowLinking" flag may be used to disable
+This behavior is optional, and the "allowLinking" flag may be used to deactivate
 the check.
 
 
diff --git a/RUNNING.txt b/RUNNING.txt
index a0fe5aba05..58ceedda98 100644
--- a/RUNNING.txt
+++ b/RUNNING.txt
@@ -132,8 +132,8 @@ belong to CATALINA_OPTS.
 
 Another frequently used variable is CATALINA_PID (on *nix only). It
 specifies the location of the file where process id of the forked Tomcat
-java process will be written. This setting is optional. It will enable the
-following features:
+java process will be written. This setting is optional. It will activate
+the following features:
 
  *  better protection against duplicate start attempts and
  *  allows forceful termination of Tomcat process when it does not react to
@@ -421,9 +421,9 @@ For further reading:
 
       https://httpd.apache.org/
 
-To disable Apache Tomcat Native library:
+To deactivate Apache Tomcat Native library:
 
- - To disable Apache Tomcat Native library when it is installed, or
+ - To deactivate Apache Tomcat Native library when it is installed, or
  - To remove the warning that is logged during Tomcat startup when the
    library is not installed:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org