Add a description of the <quote> tag.

Reported by:	Tom Rhodes <darklogik@pittgoth.com>
Reviewed by:	dd
Approved by:	dd
This commit is contained in:
Peter Pentchev 2002-02-26 07:23:41 +00:00
parent b1cc880c3d
commit a3d3aeaf0b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12298

View file

@ -1603,6 +1603,31 @@ This is the file called 'foo2'</screen>
</example>
</sect3>
<sect3>
<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>.
Within a <sgmltag>quote</sgmltag> tag, you may use most of the
markup tags available for normal text.</para>
<example>
<title>Quotations</title>
<para>Use:</para>
<programlisting><![ CDATA [<para>However, make sure that the search does not go beyond the
<quote>boundary between local and public administration</quote>,
as RFC 1535 calls it.</para>]]></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 RFC 1535 calls it.</para>
</example>
</sect3>
<sect3>
<title>Keys, mouse buttons, and combinations</title>