diff --git a/manual/Tasks/ftp.html b/manual/Tasks/ftp.html
index 83c18e311..05cb3e3f9 100644
--- a/manual/Tasks/ftp.html
+++ b/manual/Tasks/ftp.html
@@ -484,7 +484,7 @@ href="../Types/fileset.html"><fileset>
elements to specif
the files to be retrieved, or deleted, or listed, or whose mode you want to change.
The attribute followsymlinks
of fileset
is supported on
-local (put) as well as remote (get, chmod, delete) filesets.
+local (put) as well as remote (get, chmod, delete, list) filesets.
Before ant 1.6 there was no support of symbolic links in remote filesets.
In order to exclude symbolic links (preserve the behavior of ant 1.5.x and older),
you need to explicitly set followsymlinks
to false
.