diff --git a/docs/manual/CoreTasks/copy.html b/docs/manual/CoreTasks/copy.html
index 48e50eb91..3aed0b710 100644
--- a/docs/manual/CoreTasks/copy.html
+++ b/docs/manual/CoreTasks/copy.html
@@ -151,6 +151,10 @@ sets of files to copy.
href="../CoreTypes/mapper.html">mapper element. The default mapper used by
<copy> is the identity mapper.
+ Since Ant 1.6.3, + one can use a filenamemapper type in place of the mapper element. +
FilterSets are used to replace
@@ -199,9 +203,7 @@ followed by <filterset> elements.
<copy todir="../backup/dir">
<fileset dir="src_dir"/>
- <mapper>
- <globmapper from="*" to="*.bak"/>
- </mapper>
+ <globmapper from="*" to="*.bak"/>
</copy>