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/11/19 13:00:32 UTC

svn commit: r1815733 - /jmeter/trunk/xdocs/usermanual/functions.xml

Author: fschumacher
Date: Sun Nov 19 13:00:32 2017
New Revision: 1815733

URL: http://svn.apache.org/viewvc?rev=1815733&view=rev
Log:
Markup, whitespace police and use the correct function name.

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

Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1815733&r1=1815732&r2=1815733&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Sun Nov 19 13:00:32 2017
@@ -1618,22 +1618,22 @@ becomes:
 </component>
 <component index="&sect-num;.5.35" name="__isPropDefined">
     <description>
-        <p>The __isPropDefined function returns true if property exists or false if not.</p>
+        <p>The <code>__isPropDefined</code> function returns true if property exists or false if not.</p>
     </description>
     <properties>
         <property name="Property Name" required="Yes">
             The Property Name to be used to check if defined
-        </property>        
+        </property>
     </properties>
 </component>
 <component index="&sect-num;.5.35" name="__isVarDefined">
     <description>
-        <p>The isVarDefined function returns true if variable exists or false if not.</p>
+        <p>The <code>__isVarDefined</code> function returns true if variable exists or false if not.</p>
     </description>
     <properties>
         <property name="Variable Name" required="Yes">
             The Variable Name to be used to check if defined
-        </property>        
+        </property>
     </properties>
 </component>
 </subsection>