Browse Source

Merge pull request #5038 from g-pan/H10129-StdLibSF

HPCC-10129 DOCS:Std Lib Fix

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 years ago
parent
commit
406d800391

+ 8 - 6
docs/ECLStandardLibraryReference/SLR-Mods/CreateSuperFile.xml

@@ -33,7 +33,7 @@
         <row>
           <entry><emphasis>sequentialparts</emphasis></entry>
 
-          <entry>Optional. A boolean value indicating whether to the sub-files
+          <entry>Optional. A boolean value indicating whether the sub-files
           must be sequentially ordered. If omitted, the default is
           FALSE.</entry>
         </row>
@@ -76,8 +76,9 @@
 
   <para>A._4_of_4, B._4_of_4, and C_4_of_4 are on node 4</para>
 
-  <para>Reading the superfile created with <emphasis>sequentialparts</emphasis>
-  FALSE on Thor will read the parts in the order:</para>
+  <para>Reading the superfile created with
+  <emphasis>sequentialparts</emphasis> FALSE on Thor will read the parts in
+  the order:</para>
 
   <para>[A1,B1,C1,] [A2,B2,C2,] [A3,B3,C3,] [A4,B4,C4]</para>
 
@@ -89,9 +90,10 @@
 
   <para>so that the global order of A,B,C,D is maintained. However, the parts
   cannot all be read locally (e.g. A2 and A3 will be read on part 1). Because
-  of this it is much less efficient to set <emphasis>sequentialparts</emphasis>
-  true, and as it is unusual anyway to have files that are partitioned in
-  order, it becomes a very unusual option to set.</para>
+  of this it is much less efficient to set
+  <emphasis>sequentialparts</emphasis> true, and as it is unusual anyway to
+  have files that are partitioned in order, it becomes a very unusual option
+  to set.</para>
 
   <para>Example:</para>
 

+ 3 - 4
docs/ECLStandardLibraryReference/SLR-Mods/DeleteLogicalFile.xml

@@ -15,7 +15,7 @@
   role="bold">] )</emphasis></para>
 
   <informaltable colsep="1" frame="all" rowsep="1">
-    <tgroup cols="3">
+    <tgroup cols="2">
       <colspec colwidth="80.50pt" />
 
       <colspec />
@@ -32,9 +32,8 @@
           <entry><emphasis>ifexists</emphasis></entry>
 
           <entry>Optional. A boolean value indicating whether to post an error
-          if the <emphasis>filename</emphasis></entry>
-
-          <entry>does not exist. If omitted, the default is FALSE.</entry>
+          if the <emphasis>filename</emphasis> does not exist. If omitted, the
+          default is FALSE.</entry>
         </row>
       </tbody>
     </tgroup>