documentation/adt-manual/adt-eclipse.xml: Fixed double dash display.

In the PDF version of the manual the "‐‐" docbook statement
does not disply correctly.  I changed them to "--".

(From yocto-docs rev: 8aea27a6de1ca2d5dffc84cfb7a26d29c3eb0e8d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-08-16 06:46:01 -07:00 committed by Richard Purdie
parent cc340cdfbb
commit 5b5ace9e1f
1 changed files with 3 additions and 3 deletions

View File

@ -66,11 +66,11 @@
This error causes the application to hang.
</para>
<para>
To fix this issue, you can use the <filename>&dash;&dash;vmargs</filename>
To fix this issue, you can use the <filename>--vmargs</filename>
option when you start
Eclipse to increase the size of the permanent generation space:
<literallayout class='monospaced'>
eclipse &dash;&dash;vmargs &dash;&dash;XX:PermSize=256M
eclipse --vmargs --XX:PermSize=256M
</literallayout>
</para>
</section>
@ -316,7 +316,7 @@
This selection runs the <filename>autogen.sh</filename> in the workspace for your project.
The script runs <filename>libtoolize</filename>, <filename>aclocal</filename>,
<filename>autoconf</filename>, <filename>autoheader</filename>,
<filename>automake &dash;&dash;a</filename>, and
<filename>automake --a</filename>, and
<filename>./configure</filename>.</para></listitem>
</orderedlist>
</para>