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.
This commit is contained in:
Allan Jude 2015-03-22 20:39:42 +00:00
parent 84aa1e4310
commit 7f34616c6a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46365
2 changed files with 5 additions and 5 deletions

View file

@ -204,7 +204,7 @@
<note> <note>
<para>The Handbook's organization may change over time, and <para>The Handbook's organization may change over time, and
this document may lag in detailing the organizational 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> &a.doc;.</para>
</note> </note>

View file

@ -367,7 +367,7 @@
the standard programs and supporting files needed by the the standard programs and supporting files needed by the
Documentation Project. &man.csh.1; users must use Documentation Project. &man.csh.1; users must use
<command>rehash</command> for the shell to recognize new <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> and then log back in again.</para>
<procedure> <procedure>
@ -415,7 +415,7 @@
<para>See what happens when required elements are omitted. <para>See what happens when required elements are omitted.
Delete the line with the Delete the line with the
<tag class="starttag">title</tag> and <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> the validation.</para>
<screen>&prompt.user; <userinput>xmllint --valid --noout example.xml</userinput> <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 file as expected. The entity reference
<literal>&amp;version;</literal> may not be replaced by <literal>&amp;version;</literal> may not be replaced by
the version number, or the <acronym>XML</acronym> context 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> instead shown in the output.</para>
</step> </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 <para><command>xmllint</command> can be used for this. It
also has an option to drop the initial also has an option to drop the initial
<acronym>DTD</acronym> section so that the closing <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> <screen>&prompt.user; <userinput>xmllint --noent --dropdtd example.xml &gt; example.html</userinput></screen>