diff --git a/manual/proxy.html b/manual/proxy.html index 4afeceb11..b10d81f4d 100644 --- a/manual/proxy.html +++ b/manual/proxy.html @@ -61,9 +61,9 @@
When Ant starts up, if the -autoproxy
command is
supplied, Ant sets the java.net.useSystemProxies
system
- property. This tells a Java 5+ JVM to use the current set of
- property settings of the host environment. Other JVMs, such as the
- Kaffe and Apache Harmony runtimes, may also use this property in
+ property. This tells a Java 5+ runtime to use the current set of
+ property settings of the host environment. Other JVMs, such as
+ Kaffe and Apache Harmony, may also use this property in
future. It is ignored on the Java 1.4 and earlier runtimes.