svn commit: r46365 - in head/en_US.ISO8859-1/books/fdp-primer: structure xml-primer
Allan Jude
allanjude at FreeBSD.org
Sun Mar 22 20:39:44 UTC 2015
Author: allanjude
Date: Sun Mar 22 20:39:42 2015
New Revision: 46365
URL: https://svnweb.freebsd.org/changeset/doc/46365
Log:
Fix typos in the FreeBSD Documentation Project Primer
PR: 198654
Differential Revision: https://reviews.freebsd.org/D2112
Submitted by: Francis Gudin
Reviewed by: wblock
Approved by: bcr (mentor)
Sponsored by: ScaleEngine Inc.
Modified:
head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml
head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Sun Mar 22 19:28:18 2015 (r46364)
+++ head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml Sun Mar 22 20:39:42 2015 (r46365)
@@ -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>
Modified: head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml Sun Mar 22 19:28:18 2015 (r46364)
+++ head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml Sun Mar 22 20:39:42 2015 (r46365)
@@ -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 @@ example.xml:5: element head: validity er
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 @@ example.xml:5: element head: validity er
<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>
More information about the svn-doc-all
mailing list