From 5b5ace9e1f35f54ee6a101571011efc641df8339 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Aug 2011 06:46:01 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 6 +++--- 1 file 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 @@ 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.