diff --git a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml
index 9a77391136..a5fb852efd 100644
--- a/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml
@@ -204,7 +204,7 @@
The Handbook's organization may change over time, and
this document may lag in detailing the organizational
- changes. Post questions about Handbook organization to
+ changes. Post questions about Handbook organization to the
&a.doc;.
diff --git a/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
index fd0978d2ef..f076dfc2b5 100644
--- a/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
@@ -367,7 +367,7 @@
the standard programs and supporting files needed by the
Documentation Project. &man.csh.1; users must use
rehash for the shell to recognize new
- programs after after they have been installed, or log out
+ programs after they have been installed, or log out
and then log back in again.
@@ -415,7 +415,7 @@
See what happens when required elements are omitted.
Delete the line with the
title and
- /title tags, and re-run
+ title tags, and re-run
the validation.
&prompt.user; xmllint --valid --noout example.xml
@@ -952,7 +952,7 @@ example.xml:5: element head: validity error : Element head content does not foll
file as expected. The entity reference
&version; may not be replaced by
the version number, or the XML context
- closing ]< may not be recognized and
+ closing ]> may not be recognized and
instead shown in the output.
@@ -969,7 +969,7 @@ example.xml:5: element head: validity error : Element head content does not foll
xmllint can be used for this. It
also has an option to drop the initial
DTD section so that the closing
- ]< does not confuse browsers:
+ ]> does not confuse browsers:
&prompt.user; xmllint --noent --dropdtd example.xml > example.html