[Swift-commit] r2456 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jan 28 05:23:25 CST 2009


Author: benc
Date: 2009-01-28 05:23:25 -0600 (Wed, 28 Jan 2009)
New Revision: 2456

Modified:
   trunk/docs/userguide.xml
Log:
change styling on environment variables section for readbility

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2009-01-28 11:20:29 UTC (rev 2455)
+++ trunk/docs/userguide.xml	2009-01-28 11:23:25 UTC (rev 2456)
@@ -2727,20 +2727,20 @@
 documented in this section:
 		</para>
 		<para>
-PATHPREFIX - set in env namespace profiles. This path is prefixed onto the start
-of the PATH when jobs are
-executed. It can be more useful than setting the PATH environment variable directly,
-because setting PATH will cause the execution site's default path to be lost.
+<literal>PATHPREFIX</literal> - set in env namespace profiles. This path is prefixed onto the start
+of the <literal>PATH</literal> when jobs are
+executed. It can be more useful than setting the <literal>PATH</literal> environment variable directly,
+because setting <literal>PATH</literal> will cause the execution site's default path to be lost.
 		</para>
 		<para>
-GLOBUS_HOSTNAME, GLOBUS_TCP_PORT_RANGE - set in the environment before running
+<literal>GLOBUS_HOSTNAME</literal>, <literal>GLOBUS_TCP_PORT_RANGE</literal> - set in the environment before running
 Swift. These can be set to inform Swift of the
 configuration of your local firewall. More information can be found in
 <ulink url="http://dev.globus.org/wiki/FirewallHowTo">the Globus firewall
 How-to</ulink>.
 		</para>
 		<para>
-COG_OPTS - set in the environment before running Swift. Options set in this
+<literal>COG_OPTS</literal> - set in the environment before running Swift. Options set in this
 variable will be passed as parameters to the Java Virtual Machine which
 will run Swift. The parameters vary between virtual machine imlementations,
 but can usually be used to alter settings such as maximum heap size.
@@ -2748,7 +2748,7 @@
 1.4.2 command line options are <ulink url="http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html">documented here</ulink>.
 		</para>
 		<para>
-SWIFT_JOBDIR_PATH - set in env namespace profiles. If set, then Swift will
+<literal>SWIFT_JOBDIR_PATH</literal> - set in env namespace profiles. If set, then Swift will
 use the path specified here as a worker-node local temporary directory to
 copy input files to before running a job. If unset, Swift will keep input
 files on the site-shared filesystem. In some cases, copying to a worker-node




More information about the Swift-commit mailing list