Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2002 01:07:16 -0500 (EST)
From:      Tom Rhodes <darklogik@pittgoth.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/35133: [patch] work for -junior doc hacker thread
Message-ID:  <200202200607.g1K67Ga19123@pittgoth.com>

next in thread | raw e-mail | index | archive | help

>Number:         35133
>Category:       docs
>Synopsis:       [patch] work for -junior doc hacker thread
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 19 22:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.5 i386
>Organization:
>Environment:
System: FreeBSD localhost 4.5

>Description:
This just adds the <quote> information to the FDP primer,
and lists it only under the <para> information.  I didn't think it
deserved a huge section devoted to it.  Of course, if someone
thinks it should be done like that, no objections here ;)
>How-To-Repeat:
Ask yourself how to use quotes, and then wonder
why there isn't any info on it in the primer
>Fix:
either commit or comment on this patch.


Only in fdp-primer: imagelib
diff -ru fdp-primer.old/sgml-markup/chapter.sgml fdp-primer/sgml-markup/chapter.sgml
--- fdp-primer.old/sgml-markup/chapter.sgml	Tue Feb 19 16:10:10 2002
+++ fdp-primer/sgml-markup/chapter.sgml	Tue Feb 19 16:17:26 2002
@@ -1014,6 +1014,16 @@
 	    element.</para>
 	</example>
       </sect3>
+
+      <sect3>
+        <title>Use of <sgmltag>quote</sgmltag>
+
+        <para>Within <sgmltag>para</sgmltag> you may want to quote something, since
+          this is a normal operation in most documents it is usually done by using the
+          <sgmltag>quote</sgmltag> tag.  This will give you an output similar to:
+          <quote>I am a quote, and I can be used within <sgmltag>para</sgmltag></quote>
+        </para>
+      </sect3>
       
       <sect3>
 	<title>Block quotations</title>
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202200607.g1K67Ga19123>