You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/08/02 18:51:45 UTC

svn commit: r1803900 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: fschumacher
Date: Wed Aug  2 18:51:45 2017
New Revision: 1803900

URL: http://svn.apache.org/viewvc?rev=1803900&view=rev
Log:
Add abbr markup to explain an acronym

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1803900&r1=1803899&r2=1803900&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Aug  2 18:51:45 2017
@@ -3557,14 +3557,14 @@ By default, a Graphite implementation is
     As a special case, the string "<code>\t</code>" (without quotes) in the delimiter field is treated as a Tab.
     </p>
     <p>
-    When the end of file (<code>EOF</code>) is reached, and the recycle option is <code>true</code>, reading starts again with the first line of the file.
+    When the end of file (<code><abbr title="end of file">EOF</abbr></code>) is reached, and the recycle option is <code>true</code>, reading starts again with the first line of the file.
     </p>
     <p>
     If the recycle option is <code>false</code>, and stopThread is <code>false</code>, then all the variables are set to <code>&lt;EOF&gt;</code> when the end of file is reached.
     This value can be changed by setting the JMeter property <code>csvdataset.eofstring</code>.
     </p>
     <p>
-    If the Recycle option is <code>false</code>, and Stop Thread is <code>true</code>, then reaching <code>EOF</code> will cause the thread to be stopped.
+    If the Recycle option is <code>false</code>, and Stop Thread is <code>true</code>, then reaching <code><abbr title="end of file">EOF</abbr></code> will cause the thread to be stopped.
     </p>
 </description>
 <properties>
@@ -3593,8 +3593,8 @@ By default, a Graphite implementation is
   <property name="Allow quoted data?" required="Yes">Should the CSV file allow values to be quoted?
   If enabled, then values can be enclosed in <code>"</code> - double-quote - allowing values to contain a delimiter.
   </property>
-  <property name="Recycle on EOF?" required="Yes">Should the file be re-read from the beginning on reaching <code>EOF</code>? (default is <code>true</code>)</property>
-  <property name="Stop thread on EOF?" required="Yes">Should the thread be stopped on <code>EOF</code>, if Recycle is false? (default is <code>false</code>)</property>
+  <property name="Recycle on EOF?" required="Yes">Should the file be re-read from the beginning on reaching <code><abbr title="end of file">EOF</abbr></code>? (default is <code>true</code>)</property>
+  <property name="Stop thread on EOF?" required="Yes">Should the thread be stopped on <code><abbr title="end of file">EOF</abbr></code>, if Recycle is false? (default is <code>false</code>)</property>
   <property name="Sharing mode" required="Yes">
   <ul>
   <li><code>All threads</code> - (the default) the file is shared between all the threads.</li>