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">
<title><varname>USES</varname></title>
<para>There several parameters exist for defining different
kind of features and dependencies that the port in question
uses. They can be specified by adding the following line to
the <filename>Makefile</filename> of the port:</para>
<para>Parameters can be added to define different
features and dependencies used by the port.
They are specified by adding this line to the
<filename>Makefile</filename>:</para>
<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>
<warning>