Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2001 04:50:02 -0800 (PST)
From:      Michael Lucas <mwlucas@blackhelicopters.org>
To:        freebsd-doc@freebsd.org
Subject:   Re: docs/31934: port tag not in FDP
Message-ID:  <200111131250.fADCo2801371@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/31934; it has been noted by GNATS.

From: Michael Lucas <mwlucas@blackhelicopters.org>
To: Giorgos Keramidas <charon@labs.gr>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: docs/31934: port tag not in FDP
Date: Tue, 13 Nov 2001 07:48:30 -0500

 --/9DWx/yDrRhgMJTb
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Tue, Nov 13, 2001 at 12:12:51AM +0200, Giorgos Keramidas wrote:
 > mwlucas@blackhelicopters.org <mwlucas@blackhelicopters.org> wrote:
 > > +           <para>Use:</para>
 > > + 
 > > +           <programlisting><![ CDATA [<para>Install <port>net/ethereal</literal> to view network traffic.</para>]]></programlisting>
 > 
 > 	I'm sure you meant "Install <port>net/ethereal</port>..."
 > 	I like this :-)
 
 Yes I did.  How the heck does this pass "make lint"?  make lint
 complains about just about everything (which it should), yet this
 obvious boneheaded cut-and-paste goof sails right through it.
 
 Corrected patch enclosed.
 
 -- 
 Michael Lucas
 mwlucas@blackhelicopters.org
 http://www.blackhelicopters.org/~mwlucas/
 Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons
 
 --/9DWx/yDrRhgMJTb
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=ports-markup
 
 *** en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml-dist	Mon Nov 12 11:21:53 2001
 --- en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml	Mon Nov 12 14:12:43 2001
 ***************
 *** 2165,2170 ****
 --- 2165,2193 ----
   	    value for <replaceable>n</replaceable>.</para>	  
   	</example>
         </sect3>
 + 
 +       <sect3>
 +         <title>The name of ports</title>
 + 	
 +         <para>You might need to include the name of a program from the
 +           FreeBSD Ports Collection in the documentation.  Use the
 +           <sgmltag>port</sgmltag> tag to identify these.  Since ports
 +           can be installed in any number of locations, only include
 +           the category and the port name; do not include
 +           <filename>/usr/ports</filename>.</para>
 + 
 +         <example>
 +           <title><sgmltag>portname</sgmltag></title>
 + 
 +           <para>Use:</para>
 + 
 +           <programlisting><![ CDATA [<para>Install <port>net/ethereal</port> to view network traffic.</para>]]></programlisting>
 + 
 +           <para>Appearance:</para>
 + 	  
 +           <para>Install <port>net/ethereal</port> to view network traffic.</para>
 +         </example>
 +       </sect3>
       </sect2>
   
       <sect2>
 
 --/9DWx/yDrRhgMJTb--

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?200111131250.fADCo2801371>