Index: en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml =================================================================== --- en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml (revision 46348) +++ en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml (working copy) @@ -204,7 +204,7 @@ <note> <para>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;.</para> </note> Index: en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml =================================================================== --- en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml (revision 46348) +++ en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml (working copy) @@ -367,7 +367,7 @@ the standard programs and supporting files needed by the Documentation Project. &man.csh.1; users must use <command>rehash</command> 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.</para> <procedure> @@ -415,7 +415,7 @@ <para>See what happens when required elements are omitted. Delete the line with the <tag class="starttag">title</tag> and - <tag class="endtag">/title</tag> tags, and re-run + <tag class="endtag">title</tag> tags, and re-run the validation.</para> <screen>&prompt.user; <userinput>xmllint --valid --noout example.xml</userinput> @@ -952,7 +952,7 @@ file as expected. The entity reference <literal>&version;</literal> may not be replaced by the version number, or the <acronym>XML</acronym> context - closing <literal>]<</literal> may not be recognized and + closing <literal>]></literal> may not be recognized and instead shown in the output.</para> </step> @@ -969,7 +969,7 @@ <para><command>xmllint</command> can be used for this. It also has an option to drop the initial <acronym>DTD</acronym> section so that the closing - <literal>]<</literal> does not confuse browsers:</para> + <literal>]></literal> does not confuse browsers:</para> <screen>&prompt.user; <userinput>xmllint --noent --dropdtd example.xml > example.html</userinput></screen>