diff --git a/docs/ant_in_anger.html b/docs/ant_in_anger.html
index 7ac79b195..a5c0b75d2 100644
--- a/docs/ant_in_anger.html
+++ b/docs/ant_in_anger.html
@@ -878,7 +878,7 @@ should contain a number of top level targets
fetch - get the latest source from the cvs tree
docs/javadocs - do the documentation
all - clean, fetch, build, test, docs, deploy
-main - the default build process (usually build or build & test)
+main - the default build process (usually build or build & test)
Sub projects "web", "bean-1", "bean-2" can be given their own build
files - web.xml, bean-1.xml, bean-2.xml - with the same entry points.
diff --git a/docs/manual/CoreTasks/clone.html b/docs/manual/CoreTasks/clone.html
index a4e15515d..1000c0b33 100755
--- a/docs/manual/CoreTasks/clone.html
+++ b/docs/manual/CoreTasks/clone.html
@@ -38,10 +38,10 @@ unpredictable results depending on the internals of the cloned class.
Given a fileset foo:
<clone id="foo.txt" cloneref="foo">
- <filename name="**/*.txt" />
+ <filename name="**/*.txt"/>
</clone>
<clone id="foo.nontxt" cloneref="foo">
- <filename name="**/*.txt" negate="true" />
+ <filename name="**/*.txt" negate="true"/>
</clone>
Creates filesets foo.txt and foo.nontxt, which could be
diff --git a/docs/manual/developlist.html b/docs/manual/developlist.html
index 5772322c8..3cd0c7ea4 100644
--- a/docs/manual/developlist.html
+++ b/docs/manual/developlist.html
@@ -23,7 +23,7 @@
Using Ant Tasks Outside of Ant
Tutorial: Writing Tasks
-Tutorial: Tasks using Properties, Filesets & Paths
+Tutorial: Tasks using Properties, Filesets & Paths