diff --git a/docs/manual/install.html b/docs/manual/install.html
index 741f744f1..5dd5b4add 100644
--- a/docs/manual/install.html
+++ b/docs/manual/install.html
@@ -221,9 +221,10 @@ restrictions on the classes which may be loaded by an extension.
|
The ant.bat script makes use of three environment variables -
- ANT_HOME, CLASSPATH and JAVA_HOME. Ensure that if
- these variables are set, they do not have quotes (either
- ' or ") and they do not end with \ or with /.
+ ANT_HOME, CLASSPATH and JAVA_HOME. Ensure that ANT_HOME and JAVA_HOME variables are set,
+ and that they do not have quotes (either
+ ' or ") and they do not end with \ or with /. CLASSPATH should be unset or
+ empty.
|