[Swift-commit] r2846 - trunk/docs
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Apr 8 07:30:27 CDT 2009
Author: benc
Date: 2009-04-08 07:30:24 -0500 (Wed, 08 Apr 2009)
New Revision: 2846
Modified:
trunk/docs/userguide.xml
Log:
move tcp.port.range doc to swift.properties section
Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml 2009-04-08 12:29:35 UTC (rev 2845)
+++ trunk/docs/userguide.xml 2009-04-08 12:30:24 UTC (rev 2846)
@@ -1433,16 +1433,6 @@
</para></listitem>
</varlistentry>
- <varlistentry><term>-tcp.port.range <literal>start,end</literal></term>
- <listitem><para>
- A TCP port range can be specified to restrict the ports on which
- GRAM callback services are started. This is likely needed if your
- submit host is behind a firewall, in which case the firewall
- should be configured to allow incoming connections on ports in
- the range.
- </para></listitem>
- </varlistentry>
-
<varlistentry><term>-tui</term>
<listitem>
Displays an interactive text mode monitor during a run. (since Swift 0.9)
@@ -1469,6 +1459,7 @@
<listitem>sitedir.keep</listitem>
<listitem>sites.file</listitem>
<listitem>tc.file</listitem>
+<listitem>tcp.port.range</listitem>
</itemizedlist>
</para>
@@ -2721,6 +2712,24 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <property>tcp.port.range</property>
+ </term>
+ <listitem>
+ <para>Valid values: <parameter><start></parameter>,<parameter><end></parameter> where start and end are integers</para>
+ <para>Default value: none</para>
+ <para>
+A TCP port range can be specified to restrict the ports on which
+GRAM callback services are started. This is likely needed if your
+ submit host is behind a firewall, in which case the firewall
+should be configured to allow incoming connections on ports in
+the range.
+ </para>
+ </listitem>
+ </varlistentry>
+
+
<varlistentry>
<term>
<property>throttle.file.operations</property>
More information about the Swift-commit
mailing list