aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2015-03-22 20:39:42 +0000
committerAllan Jude <allanjude@FreeBSD.org>2015-03-22 20:39:42 +0000
commit7f34616c6a80da9dc76a0e42758659e729d82c0d (patch)
treed03a61aa427784a386d05c4e3b2cdb0edbfad1ad /en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
parent84aa1e43102f1f5b7e0cf8db69f14344ec487be7 (diff)
downloaddoc-7f34616c6a80da9dc76a0e42758659e729d82c0d.tar.gz
doc-7f34616c6a80da9dc76a0e42758659e729d82c0d.zip
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.
Notes
Notes: svn path=/head/; revision=46365
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml')
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml8
1 files changed, 4 insertions, 4 deletions
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
<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 error : Element head content does not foll
file as expected. The entity reference
<literal>&amp;version;</literal> may not be replaced by
the version number, or the <acronym>XML</acronym> context
- closing <literal>]&lt;</literal> may not be recognized and
+ closing <literal>]&gt;</literal> may not be recognized and
instead shown in the output.</para>
</step>
@@ -969,7 +969,7 @@ example.xml:5: element head: validity error : Element head content does not foll
<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>]&lt;</literal> does not confuse browsers:</para>
+ <literal>]&gt;</literal> does not confuse browsers:</para>
<screen>&prompt.user; <userinput>xmllint --noent --dropdtd example.xml &gt; example.html</userinput></screen>