Some arguments in USES did not have the correct markup.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-09-14 13:32:23 +00:00
parent 52834c3a81
commit 630979f457
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47411

View file

@ -334,14 +334,16 @@
<sect1 xml:id="uses-display">
<title><literal>display</literal></title>
<para>Possible arguments: (none), ARGS</para>
<para>Possible arguments: (none),
<replaceable>ARGS</replaceable></para>
<para>Set up a virtual display environment. If the environment
variable <varname>DISPLAY</varname> is not set, then
<application>Xvfb</application> is added as a build dependency,
and <varname>CONFIGURE_ENV</varname> is extended with the port
number of the currently running instance of
<application>Xvfb</application>. The <literal>ARGS</literal>
<application>Xvfb</application>. The
<replaceable>ARGS</replaceable>
parameter defaults to <literal>install</literal> and controls
the phase around which to start and stop the virtual
display.</para>
@ -418,7 +420,8 @@
<sect1 xml:id="uses-fam">
<title><literal>fam</literal></title>
<para>Possible arguments: (none), fam, gamin</para>
<para>Possible arguments: (none), <literal>fam</literal>,
<literal>gamin</literal></para>
<para>Uses a File Alteration Monitor as a library dependency,
either <package role="port">devel/fam</package> or <package