[Swift-commit] r2903 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed May 6 00:54:52 CDT 2009


Author: benc
Date: 2009-05-06 00:54:51 -0500 (Wed, 06 May 2009)
New Revision: 2903

Modified:
   trunk/docs/userguide.xml
Log:
provenance.log option was added out of order in the user guide. fix that.

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2009-05-05 17:59:22 UTC (rev 2902)
+++ trunk/docs/userguide.xml	2009-05-06 05:54:51 UTC (rev 2903)
@@ -2568,6 +2568,23 @@
 	
 					<varlistentry>
 						<term>
+							<property>provenance.log</property>
+						</term>
+						<listitem>
+							<para>
+								Valid values: <literal>true</literal>, <literal>false</literal>
+							</para>
+							<para>
+								Default value: <literal>false</literal>
+							</para>
+							<para>
+								This property controls whether the log file will contain provenance information enabling this will increase the size of log files, sometimes significantly.
+							</para>
+						</listitem>
+					</varlistentry>
+
+					<varlistentry>
+						<term>
 							<property>replication.enabled</property>
 						</term>
 						<listitem>
@@ -2968,23 +2985,6 @@
 							</para>
 						</listitem>
 					</varlistentry>
-
-					<varlistentry>
-						<term>
-							<property>provenance.log</property>
-						</term>
-						<listitem>
-							<para>
-								Valid values: <literal>true</literal>, <literal>false</literal>
-							</para>
-							<para>
-								Default value: <literal>false</literal>
-							</para>
-							<para>
-								This property controls whether the log file will contain provenance information enabling this will increase the size of log files, sometimes significantly.
-							</para>
-						</listitem>
-					</varlistentry>
 										
 				</variablelist>
 				




More information about the Swift-commit mailing list