summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/adt-manual/adt-eclipse.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 0f0ba7c6e8..830bad491a 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -29,8 +29,7 @@
<para>
To develop within the Eclipse IDE, you need to do the following:
<orderedlist>
- <listitem><para>Be sure the optimal version of the Eclipse IDE
- is installed.</para></listitem>
+ <listitem><para>Install the optimal version of the Eclipse IDE.</para></listitem>
<listitem><para>Configure the Eclipse IDE.</para></listitem>
<listitem><para>Install the Eclipse Yocto Plug-in.</para></listitem>
<listitem><para>Configure the Eclipse Yocto Plug-in.</para></listitem>
@@ -55,7 +54,7 @@
Once you have downloaded the tarball, extract it into a clean
directory.
For example, the following command unpacks and installs the Eclipse IDE
- into a clean directory named <filename>eclipse</filename>:
+ into a clean directory using the default name <filename>eclipse</filename>:
<literallayout class='monospaced'>
$ tar -xzvf ~/Downloads/Eclipse-SDK-3.7-linux-gtk-x86_64.tar.gz
</literallayout>
@@ -317,7 +316,7 @@
This section describes how to create Autotools-based projects from within
the Eclipse IDE.
For information on creating Makefile-based projects in a terminal window, see the section
- "<link linkend='using-the-command-line'>Using the Command Line</link>".
+ <link linkend='using-the-command-line'>Using the Command Line</link>.
</para>
<para>
@@ -350,8 +349,8 @@
<title>Configuring the Cross-Toolchains</title>
<para>
- The previous section, "<link linkend='configuring-the-eclipse-yocto-plug-in'>
- Configuring the Eclipse Yocto Plug-in</link>", set up the default project
+ The previous section, <link linkend='configuring-the-eclipse-yocto-plug-in'>
+ Configuring the Eclipse Yocto Plug-in</link>, sets up the default project
configurations.
You can change these settings for a given project by following these steps:
<orderedlist>
@@ -362,7 +361,7 @@
panel.</para>
<para>Yocto ADT Settings are inherited from the default project configuration.
The information in this dialog is identical to that chosen earlier
- for the Cross Compiler Options and Target Options as described in
+ for the Cross Compiler Options and Target Options as described in the
<link linkend='configuring-the-eclipse-yocto-plug-in'>
Configuring the Eclipse Yocto Plug-in</link> section.</para></listitem>
<listitem><para>Select <filename>Project -&gt; Reconfigure Project</filename>: