summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
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>