[Swift-commit] r3796 - trunk/docs
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Dec 13 19:53:43 CST 2010
Author: skenny
Date: 2010-12-13 19:53:43 -0600 (Mon, 13 Dec 2010)
New Revision: 3796
Modified:
trunk/docs/userguide.xml
Log:
describes mapping files based on URI
Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml 2010-12-14 01:16:32 UTC (rev 3795)
+++ trunk/docs/userguide.xml 2010-12-14 01:53:43 UTC (rev 3796)
@@ -1385,7 +1385,24 @@
</section>
+ <section id="mapper.mapping_uris"><title>mapping URIs</title>
+ <para>
+The above mappers may be used to map files based on a URI which can be specified in the filename. This is useful for mapping files on remote machines.
+ </para>
+ <para>
+
+ <para> Example:
+
+ <programlisting>
+ student st <single_file_mapper;file="gsiftp://communicado.ci.uchicago.edu//tmp/student.txt">;
+ </programlisting>
+
+ </para>
+ </para>
+
</section>
+
+ </section>
<section id="commands"><title>Commands</title>
<para>
The commands detailed in this section are available in the
More information about the Swift-commit
mailing list