Author: fschumacher
Date: Mon Dec 28 19:33:52 2015
New Revision: 1721982
URL: http://svn.apache.org/viewvc?rev=1721982&view=rev
Log:
Use menuchoice, guimenuitem and note tags.
Modified:
jmeter/trunk/xdocs/usermanual/get-started.xml
jmeter/trunk/xdocs/usermanual/hints_and_tips.xml
Modified: jmeter/trunk/xdocs/usermanual/get-started.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/get-started.xml?rev=1721982&r1=1721981&r2=1721982&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/get-started.xml (original)
+++ jmeter/trunk/xdocs/usermanual/get-started.xml Mon Dec 28 19:33:52 2015
@@ -271,13 +271,17 @@ property <code>user.classpath</code> in
<p>Note that setting the <code>CLASSPATH</code> environment variable will have
no effect.
This is because JMeter is started with "<code>java -jar</code>",
and the java command silently ignores the <code>CLASSPATH</code> variable, and
the <code>-classpath</code>/<code>-cp</code>
-options when <code>-jar</code> is used.
-[This occurs with all Java programs, not just JMeter.]</p>
+options when <code>-jar</code> is used.</p>
+<note>This occurs with all Java programs, not just JMeter.</note>
</subsection>
<subsection name="§-num;.4.2 Create Test Plan from Template"
anchor="template">
<p>You have the ability to create a new Test Plan from existing template.</p>
-<p>To do so you use the menu <b>File</b> > <b>Templates…</b> or
Templates icon:
+<p>To do so you use the menu
+<menuchoice>
+ <guimenuitem>File</guimenuitem>
+ <guimenuitem>Templates…</guimenuitem>
+</menuchoice> or Templates icon:
<figure image="template_menu.png">Templates icon item</figure>
</p>
<p>A popup appears, you can then choose a template among the list:
Modified: jmeter/trunk/xdocs/usermanual/hints_and_tips.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/hints_and_tips.xml?rev=1721982&r1=1721981&r2=1721982&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/hints_and_tips.xml (original)
+++ jmeter/trunk/xdocs/usermanual/hints_and_tips.xml Mon Dec 28 19:33:52 2015
@@ -68,7 +68,8 @@ It is sometimes very useful to see Log m
groovy used in JMeter.
Since version 2.6, you can view log messages directly in JMeter GUI, to do
so:</p>
<ul>
-<li>use menu <code>Options</code> > <code>Log Viewer</code>, a log console
will appear at the bottom of the interface</li>
+<li>use menu <menuchoice><guimenuitem>Options</guimenuitem><guimenuitem>Log
Viewer</guimenuitem></menuchoice>,
+a log console will appear at the bottom of the interface</li>
<li>Or click on the Warning icon in the upper right corner of GUI</li>
</ul>
By default this log console is disabled, you can enable it by changing in
<code>jmeter.properties</code>: