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 @@
This error causes the application to hang.
- To fix this issue, you can use the ‐‐vmargs
+ To fix this issue, you can use the --vmargs
option when you start
Eclipse to increase the size of the permanent generation space:
- eclipse ‐‐vmargs ‐‐XX:PermSize=256M
+ eclipse --vmargs --XX:PermSize=256M
@@ -316,7 +316,7 @@
This selection runs the autogen.sh in the workspace for your project.
The script runs libtoolize, aclocal,
autoconf, autoheader,
- automake ‐‐a, and
+ automake --a, and
./configure.