svn commit: r42335 - head/en_US.ISO8859-1/books/fdp-primer/docbook-markup
Warren Block
wblock at FreeBSD.org
Sun Jul 21 00:45:18 UTC 2013
Author: wblock
Date: Sun Jul 21 00:45:18 2013
New Revision: 42335
URL: http://svnweb.freebsd.org/changeset/doc/42335
Log:
Move the acronym section before the quotation section to avoid using
markup that has not been introduced yet.
Modified:
head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml
Modified: head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Sun Jul 21 00:41:45 2013 (r42334)
+++ head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml Sun Jul 21 00:45:18 2013 (r42335)
@@ -1317,33 +1317,6 @@ This is the file called 'foo2'</screen>
</example>
</sect2>
- <sect2 id="docbook-markup-quotations">
- <title>Quotations</title>
-
- <para>To quote text from another document or source, or to
- denote a phrase that is used figuratively, use
- <sgmltag>quote</sgmltag>. Most of the markup tags available
- for normal text are also available from within a
- <sgmltag>quote</sgmltag>.</para>
-
- <example>
- <title>Quotations</title>
-
- <para>Usage:</para>
-
- <programlisting><sgmltag class="starttag">para</sgmltag>However, make sure that the search does not go beyond the
- <sgmltag class="starttag">quote</sgmltag>boundary between local and public administration<sgmltag class="endtag">quote</sgmltag>,
- as <sgmltag class="starttag">acronym</sgmltag>RFC<sgmltag class="endtag">acronym</sgmltag> 1535 calls it.<sgmltag class="endtag">para</sgmltag></programlisting>
-
- <para>Appearance:</para>
-
- <para>However, make sure that the search does not go beyond
- the <quote>boundary between local and public
- administration</quote>, as <acronym>RFC</acronym> 1535
- calls it.</para>
- </example>
- </sect2>
-
<sect2 id="docbook-markup-acronyms">
<title>Acronyms</title>
@@ -1375,6 +1348,33 @@ This is the file called 'foo2'</screen>
</example>
</sect2>
+ <sect2 id="docbook-markup-quotations">
+ <title>Quotations</title>
+
+ <para>To quote text from another document or source, or to
+ denote a phrase that is used figuratively, use
+ <sgmltag>quote</sgmltag>. Most of the markup tags available
+ for normal text are also available from within a
+ <sgmltag>quote</sgmltag>.</para>
+
+ <example>
+ <title>Quotations</title>
+
+ <para>Usage:</para>
+
+ <programlisting><sgmltag class="starttag">para</sgmltag>However, make sure that the search does not go beyond the
+ <sgmltag class="starttag">quote</sgmltag>boundary between local and public administration<sgmltag class="endtag">quote</sgmltag>,
+ as <sgmltag class="starttag">acronym</sgmltag>RFC<sgmltag class="endtag">acronym</sgmltag> 1535 calls it.<sgmltag class="endtag">para</sgmltag></programlisting>
+
+ <para>Appearance:</para>
+
+ <para>However, make sure that the search does not go beyond
+ the <quote>boundary between local and public
+ administration</quote>, as <acronym>RFC</acronym> 1535
+ calls it.</para>
+ </example>
+ </sect2>
+
<sect2 id="docbook-markup-keys">
<title>Keys, Mouse Buttons, and Combinations</title>
More information about the svn-doc-head
mailing list