summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-16 06:46:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-23 18:46:35 -0700
commit5b5ace9e1f35f54ee6a101571011efc641df8339 (patch)
treeeeb731ca7ef6d7f9f7214278ad24b58bdfa2eec0 /documentation/adt-manual
parentcc340cdfbb97e428a7e8a285ea939f5543bf1ce2 (diff)
downloadpoky-5b5ace9e1f35f54ee6a101571011efc641df8339.tar.gz
documentation/adt-manual/adt-eclipse.xml: Fixed double dash display.
In the PDF version of the manual the "&dash;&dash;" 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>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index f7f772e322..7c0cbd3b68 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -66,11 +66,11 @@
66 This error causes the application to hang. 66 This error causes the application to hang.
67 </para> 67 </para>
68 <para> 68 <para>
69 To fix this issue, you can use the <filename>&dash;&dash;vmargs</filename> 69 To fix this issue, you can use the <filename>--vmargs</filename>
70 option when you start 70 option when you start
71 Eclipse to increase the size of the permanent generation space: 71 Eclipse to increase the size of the permanent generation space:
72 <literallayout class='monospaced'> 72 <literallayout class='monospaced'>
73 eclipse &dash;&dash;vmargs &dash;&dash;XX:PermSize=256M 73 eclipse --vmargs --XX:PermSize=256M
74 </literallayout> 74 </literallayout>
75 </para> 75 </para>
76 </section> 76 </section>
@@ -316,7 +316,7 @@
316 This selection runs the <filename>autogen.sh</filename> in the workspace for your project. 316 This selection runs the <filename>autogen.sh</filename> in the workspace for your project.
317 The script runs <filename>libtoolize</filename>, <filename>aclocal</filename>, 317 The script runs <filename>libtoolize</filename>, <filename>aclocal</filename>,
318 <filename>autoconf</filename>, <filename>autoheader</filename>, 318 <filename>autoconf</filename>, <filename>autoheader</filename>,
319 <filename>automake &dash;&dash;a</filename>, and 319 <filename>automake --a</filename>, and
320 <filename>./configure</filename>.</para></listitem> 320 <filename>./configure</filename>.</para></listitem>
321 </orderedlist> 321 </orderedlist>
322 </para> 322 </para>