[Swift-commit] r2485 - trunk/docs
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Jan 30 03:57:38 CST 2009
Author: benc
Date: 2009-01-30 03:57:37 -0600 (Fri, 30 Jan 2009)
New Revision: 2485
Modified:
trunk/docs/userguide.xml
Log:
clarification of when strsplit was added, and tidy a couple of revious indications
Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml 2009-01-29 18:24:39 UTC (rev 2484)
+++ trunk/docs/userguide.xml 2009-01-30 09:57:37 UTC (rev 2485)
@@ -1686,7 +1686,7 @@
<section id="function.strsplit"><title>@strsplit</title>
<para>
@strsplit(input,pattern) will split the input string based on separators
-that match the given pattern and return a string array.
+that match the given pattern and return a string array. (since Swift 0.9)
</para>
<para>
Example:
@@ -2640,14 +2640,14 @@
specifies the maxwalltime to be used when submitting coaster workers. This
profile entry is used by the <link linkend="coasters">coaster execution
provider</link>. If this entry is not specified, the coaster provider
-will compute a maxwalltime based on the maxwalltime of jobs submitted. (since 0.9)
+will compute a maxwalltime based on the maxwalltime of jobs submitted. (since Swift 0.9)
</para>
<para id="profile.globus.coasterInternalIP"><literal>coasterInternalIP</literal>
specifies the internal address of the coaster head node, to be used by
coaster workers to communicate with the coaster head node. This can be used
when the address determined automatically by the coaster provider
is inaccessible from coaster workers (for example, when the workers
-reside on an unrouted internal network). (since 0.9)
+reside on an unrouted internal network). (since Swift 0.9)
</para>
</section>
More information about the Swift-commit
mailing list