Author: fschumacher
Date: Fri Jan 13 18:01:49 2017
New Revision: 1778642

URL: http://svn.apache.org/viewvc?rev=1778642&view=rev
Log:
Anakia can't cope with the deeply nested structure, so remove the inner 'em's

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

Modified: 
jmeter/trunk/xdocs/usermanual/jmeter_distributed_testing_step_by_step.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/jmeter_distributed_testing_step_by_step.xml?rev=1778642&r1=1778641&r2=1778642&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/jmeter_distributed_testing_step_by_step.xml 
(original)
+++ jmeter/trunk/xdocs/usermanual/jmeter_distributed_testing_step_by_step.xml 
Fri Jan 13 18:01:49 2017
@@ -75,15 +75,15 @@ Before we dive into the step-by-step ins
   <li>On the slave systems, go to <code>jmeter/bin</code> directory and execute
      <code>jmeter-server.bat</code> (<code>jmeter-server</code> on unix).
      <note> On windows, you should see a dos window appear with
-     <code>jre\<em>[version]</em>\bin\rmiregistry.exe</code>.
+     <code>jre\[version]\bin\rmiregistry.exe</code>.
      If this doesn't happen, it means either the environment settings are not 
right, or
-     there are multiple JRE installed on the system. Note: 
<code><em>[version]</em></code> would
+     there are multiple JRE installed on the system. Note: 
<code>[version]</code> would
      be the JRE version installed on the system.
      <ol>
        <li>Open <code>jmeter-server.bat</code> in a text editor</li>
        <li>go to line <code>44</code> and find <code>:setCP</code></li>
        <li>edit <code>START rmiregistry</code> to the full path. Example:
-           <source>START 
C:\<em>&lt;JAVA_HOME&gt;</em>\jre\bin\rmiregistry</source>
+           <source>START C:\&lt;JAVA_HOME&gt;\jre\bin\rmiregistry</source>
        </li>
     </ol>
     </note>


Reply via email to