Change the <filename role="package"> example to make it clear in the

rendered version that "net/ethereal" (the example port) is a port.
I.e., change "Install net/ethereal" to "Install the net/ethereal
port".  I think this is how it should be done.  Nothing about
"net/ethereal" (or any other port described in this way) makes it
clear that this is indeed a port.  We can see that from the source,
but to a new user reading the rendered version it's a mystery.
This commit is contained in:
Dima Dorfman 2002-03-03 02:30:13 +00:00
parent e3035101be
commit 60c2283e72
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12344

View file

@ -1851,11 +1851,12 @@ This is the file called 'foo2'</screen>
<para>Use:</para>
<programlisting><![ CDATA [<para>Install <filename role="package">net/ethereal</filename> to view network traffic.</para>]]></programlisting>
<programlisting><![ CDATA [<para>Install the <filename role="package">net/ethereal</filename> port to view network traffic.</para>]]></programlisting>
<para>Appearance:</para>
<para>Install <filename role="package">net/ethereal</filename> to view network traffic.</para>
<para>Install the <filename role="package">net/ethereal</filename>
port to view network traffic.</para>
</example>
</sect3>