소스 검색

HPCC-13876 Fix typo in STD.System.Job.Target

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 10 년 전
부모
커밋
73d2f84e65

+ 0 - 50
docs/ECLStandardLibraryReference/SLR-Mods/Cluster.xml

@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect1
-  PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<sect1 id="Target">
-   <title>
-      <emphasis role="bold">Target</emphasis>
-   </title>
-   <para>
-      <emphasis role="bold">STD.System.Thorlib.Target<indexterm>
-	<primary>STD.System.STD.System.Job.Target</primary>
-</indexterm>
-<indexterm>
-	<primary>System.STD.System.Job.Target</primary>
-</indexterm>
-<indexterm>
-	<primary>STD.System.Job.Target</primary>
-</indexterm>
-<indexterm>
-	<primary>Target</primary>
-</indexterm>
-(</emphasis>
-      <emphasis>
-        </emphasis>
-      <emphasis role="bold">)</emphasis>
-   </para>
-  <informaltable colsep="1" frame="all" rowsep="1">
-    <tgroup cols="2">
-      <colspec colwidth="80.50pt" />
-
-      <colspec />
-
-      <tbody>
-        <row>
-
-    <entry>Return:<emphasis> </emphasis></entry><entry>Target returns a VARSTRING
-        value.</entry>
-
-
-        </row>
-
-      </tbody>
-    </tgroup>
-  </informaltable>
-   <para>The <emphasis role="bold">Target </emphasis>function returns
-        the name of the cluster running the workunit. Not supported on Roxie
-        clusters. This name is used by ECLplus.exe to specify the the target
-        cluster for a workunit.</para>
-   <para>Example:</para>
-   <programlisting format="linespecific">A := STD.System.Thorlib.Target();</programlisting>
-</sect1>

+ 39 - 0
docs/ECLStandardLibraryReference/SLR-Mods/Target.xml

@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+<sect1 id="Target">
+  <title><emphasis role="bold">Target</emphasis></title>
+
+  <para><emphasis role="bold">STD.System.Job.Target <indexterm>
+      <primary>STD.System.Job.Target</primary>
+    </indexterm> <indexterm>
+      <primary>Target</primary>
+    </indexterm> (</emphasis> <emphasis> </emphasis> <emphasis
+  role="bold">)</emphasis></para>
+
+  <informaltable colsep="1" frame="all" rowsep="1">
+    <tgroup cols="2">
+      <colspec colwidth="80.50pt" />
+
+      <colspec />
+
+      <tbody>
+        <row>
+          <entry>Return:<emphasis> </emphasis></entry>
+
+          <entry>Target returns a VARSTRING value.</entry>
+        </row>
+      </tbody>
+    </tgroup>
+  </informaltable>
+
+  <para>The <emphasis role="bold">Target </emphasis>function returns the name
+  of the cluster running the workunit. Not supported on Roxie clusters. This
+  name is used by #WORKUNIT, the ecl command line utility, or the eclplus
+  command line utility to specify the the target cluster for a
+  workunit.</para>
+
+  <para>Example:</para>
+
+  <programlisting format="linespecific">A := STD.System.Job.Target();</programlisting>
+</sect1>

+ 1 - 1
docs/ECLStandardLibraryReference/SLR-includer.xml

@@ -426,7 +426,7 @@
     <xi:include href="ECLStandardLibraryReference/SLR-Mods/WUID.xml"
                 xmlns:xi="http://www.w3.org/2001/XInclude" />
 
-    <xi:include href="ECLStandardLibraryReference/SLR-Mods/Cluster.xml"
+    <xi:include href="ECLStandardLibraryReference/SLR-Mods/Target.xml"
                 xmlns:xi="http://www.w3.org/2001/XInclude" />
 
     <xi:include href="ECLStandardLibraryReference/SLR-Mods/JobName.xml"