diff --git a/docs/manual/CoreTasks/delete.html b/docs/manual/CoreTasks/delete.html
index 64a1c0253..a8815cf42 100644
--- a/docs/manual/CoreTasks/delete.html
+++ b/docs/manual/CoreTasks/delete.html
@@ -70,6 +70,46 @@ To remove empty directories, use the includeEmptyDirs
attribute.
using filesets. Default is "false".
<fileset>
.
+ Comma-separated list of patterns of
+ files that must be deleted. All files are relative to the directory
+ specified in dir
.
+ <fileset>
.
+ The name of a file. Each line of
+ this file is taken to be an include pattern<fileset>
.
+ Comma-separated list of patterns of
+ files that must be excluded from the deletion list.
+ All files are relative to the directory specified in dir
.
+ No files (except default excludes) are excluded when omitted.<fileset>
.
+ The name of a file. Each line of
+ this file is taken to be an exclude pattern<fileset>
.
+ Indicates whether default excludes
+ should be used or not ("yes"/"no"). Default excludes
+ are used when omitted.<delete file="/lib/ant.jar"/>