Bläddra i källkod

Standard Library Reference miscellaneous typo corrections

Signed-off-by: Richard Taylor <richard.taylor@lexisnexis.com>
Richard Taylor 12 år sedan
förälder
incheckning
5e6735ed7c

+ 5 - 5
docs/ECLStandardLibraryReference/SLR-Mods/MonitorFile.xml

@@ -2,7 +2,7 @@
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 <sect1 id="MonitorFile">
-  <title>MonitorFile</title>
+  <title><emphasis role="bold">MonitorFile</emphasis></title>
 
   <para><emphasis role="bold">STD.File.MonitorFile<indexterm>
       <primary>STD.File.MonitorFile</primary>
@@ -114,10 +114,10 @@
   <para>The <emphasis role="bold">MonitorFile </emphasis>function creates a
   file monitor job in the DFU Server. Once the job is received it goes into a
   'monitoring' mode (which can be seen in the eclwatch DFU Workunit display),
-  which polls at a fixed interval (settable by configenv but default 15 mins).
-  If an appropriately named file arrives in this interval it will fire the
-  <emphasis>event</emphasis> with the name of the triggering object as the
-  event subtype (see the EVENT function).</para>
+  which polls at a fixed interval (default 15 mins). If an appropriately named
+  file arrives in this interval it will fire the <emphasis>event</emphasis>
+  with the name of the triggering object as the event subtype (see the EVENT
+  function).</para>
 
   <para>This process continues until either:</para>
 

+ 5 - 5
docs/ECLStandardLibraryReference/SLR-Mods/MonitorLogicalFileName.xml

@@ -2,7 +2,7 @@
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 <sect1 id="MonitorLogicalFileName">
-  <title>MonitorLogicalFileName</title>
+  <title><emphasis role="bold">MonitorLogicalFileName</emphasis></title>
 
   <para><emphasis role="bold">STD.File.MonitorLogicalFileName<indexterm>
       <primary>STD.File.MonitorLogicalFileName</primary>
@@ -93,10 +93,10 @@
   <para>The <emphasis role="bold">MonitorLogicalFileName </emphasis>function
   creates a file monitor job in the DFU Server. Once the job is received it
   goes into a 'monitoring' mode (which can be seen in the eclwatch DFU
-  Workunit display), which polls at a fixed interval (settable by configenv
-  but default 15 mins). If an appropriately named file arrives in this
-  interval it will fire the <emphasis>event</emphasis> with the name of the
-  triggering object as the event subtype (see the EVENT function).</para>
+  Workunit display), which polls at a fixed interval (default 15 mins). If an
+  appropriately named file arrives in this interval it will fire the
+  <emphasis>event</emphasis> with the name of the triggering object as the
+  event subtype (see the EVENT function).</para>
 
   <para>This process continues until either:</para>
 

+ 7 - 12
docs/ECLStandardLibraryReference/SLR-Mods/Nodes.xml

@@ -2,7 +2,7 @@
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 <sect1 id="Nodes">
-  <title>Nodes</title>
+  <title><emphasis role="bold">Nodes</emphasis></title>
 
   <para><emphasis role="bold">STD.System.Thorlib.Nodes<indexterm>
       <primary>STD.System.Thorlib.Nodes</primary>
@@ -23,24 +23,19 @@
 
       <tbody>
         <row>
-          
-
-
-  <entry>Return:<emphasis> </emphasis></entry><entry>Nodes returns an UNSIGNED INTEGER4
-  value.</entry>
-
+          <entry>Return:<emphasis> </emphasis></entry>
 
+          <entry>Nodes returns an UNSIGNED INTEGER4 value.</entry>
         </row>
       </tbody>
     </tgroup>
   </informaltable>
 
-
   <para>The <emphasis role="bold">Nodes </emphasis>function returns the number
-  of nodes in the cluster. This number is the same as the CLUSTERSIZE compile
-  time constant. The Nodes function is evaluated each time it is called, so
-  the choice to use the function versus the constant depends upon the
-  circumstances.</para>
+  of nodes in the Thor cluster (always returns 1 on hThor and Roxie). This
+  number is the same as the CLUSTERSIZE compile time constant. The Nodes
+  function is evaluated each time it is called, so the choice to use the
+  function versus the constant depends upon the circumstances.</para>
 
   <para>Example:</para>
 

+ 2 - 2
docs/ECLStandardLibraryReference/SLR-Mods/ToGregorianYMD.xml

@@ -2,13 +2,13 @@
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 <sect1 id="ToGregorianYMD">
-  <title>ToGregorianYMD</title>
+  <title><emphasis role="bold">ToGregorianYMD</emphasis></title>
 
   <para><emphasis role="bold">STD.Date.ToGregorianYMD<indexterm>
       <primary>STD.Date.ToGregorianYMD</primary>
     </indexterm><indexterm>
       <primary>Date.ToGregorianYMD</primary>
-    </indexterm>(</emphasis> <emphasis>year</emphasis> <emphasis
+    </indexterm>(</emphasis> <emphasis>days</emphasis> <emphasis
   role="bold">)</emphasis></para>
 
   <informaltable colsep="0" frame="none" rowsep="0">