Improve grammar, clarity. Expanded modifications inspired by PR.

PR:		docs/184735
Submitted by:	Diane Bruce <db@db.net>
This commit is contained in:
Warren Block 2013-12-13 01:26:47 +00:00
parent 1447c3bbb6
commit b9eed0636b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43326

View file

@ -3844,14 +3844,14 @@ ALWAYS_KEEP_DISTFILES= yes
<sect2 xml:id="uses"> <sect2 xml:id="uses">
<title><varname>USES</varname></title> <title><varname>USES</varname></title>
<para>There several parameters exist for defining different <para>Parameters can be added to define different
kind of features and dependencies that the port in question features and dependencies used by the port.
uses. They can be specified by adding the following line to They are specified by adding this line to the
the <filename>Makefile</filename> of the port:</para> <filename>Makefile</filename>:</para>
<programlisting>USES= feature[:arguments]</programlisting> <programlisting>USES= feature[:arguments]</programlisting>
<para>For the complete list of such values, please see <para>For the complete list of values, please see
<xref linkend="uses-values"/>.</para> <xref linkend="uses-values"/>.</para>
<warning> <warning>