diff --git a/docs/manual/CoreTasks/delete.html b/docs/manual/CoreTasks/delete.html
index e5752012f..a1a84a34b 100644
--- a/docs/manual/CoreTasks/delete.html
+++ b/docs/manual/CoreTasks/delete.html
@@ -25,13 +25,20 @@ To remove empty directories, use the includeEmptyDirs
attribute.
<fileset>
is specified.<fileset>
is specified.dir
to
+ subdirectories.dir
is not used
+ to specify a directory name for file
; file
+ and dir
are independent of each other.dir
to
"."
, "${basedir}"
,
or the full-pathname equivalent unless you truly intend to
recursively remove the entire contents of the current base directory
@@ -46,8 +53,8 @@ To remove empty directories, use the includeEmptyDirs
attribute.
‑verbose
or
‑debug
switches) or modify the exit status to
reflect an error.