Replace mention of the <port> tag with the new <filename>-based syntax.
This commit is contained in:
parent
7c86f15e35
commit
e3035101be
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12343
1 changed files with 5 additions and 2 deletions
|
@ -1838,13 +1838,16 @@ This is the file called 'foo2'</screen>
|
||||||
|
|
||||||
<para>You might need to include the name of a program from the
|
<para>You might need to include the name of a program from the
|
||||||
FreeBSD Ports Collection in the documentation. Use the
|
FreeBSD Ports Collection in the documentation. Use the
|
||||||
<sgmltag>port</sgmltag> tag to identify these. Since ports
|
<sgmltag>filename</sgmltag> tag with the <literal>role</literal>
|
||||||
|
attribute set to <literal>package</literal> to identify these.
|
||||||
|
Since ports
|
||||||
can be installed in any number of locations, only include
|
can be installed in any number of locations, only include
|
||||||
the category and the port name; do not include
|
the category and the port name; do not include
|
||||||
<filename>/usr/ports</filename>.</para>
|
<filename>/usr/ports</filename>.</para>
|
||||||
|
|
||||||
<example>
|
<example>
|
||||||
<title><sgmltag>port</sgmltag></title>
|
<title><sgmltag>filename</sgmltag> tag with
|
||||||
|
<literal>package</literal> role</title>
|
||||||
|
|
||||||
<para>Use:</para>
|
<para>Use:</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue