svn commit: r47411 - head/en_US.ISO8859-1/books/porters-handbook/uses
Mathieu Arnold
mat at FreeBSD.org
Mon Sep 14 13:32:24 UTC 2015
Author: mat
Date: Mon Sep 14 13:32:23 2015
New Revision: 47411
URL: https://svnweb.freebsd.org/changeset/doc/47411
Log:
Some arguments in USES did not have the correct markup.
Sponsored by: Absolight
Modified:
head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Mon Sep 14 10:53:23 2015 (r47410)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Mon Sep 14 13:32:23 2015 (r47411)
@@ -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
More information about the svn-doc-all
mailing list