aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-10-15 10:48:31 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-10-15 10:48:31 +0000
commit8700e488a84364b7be17b049a8bbbadbe7223af2 (patch)
tree164ce8c5b0fe5d3533a10951fb5ab4d3d31eb403
parent436ba9f92e7f3174e0e14b0ae5ea0140684717ba (diff)
downloadopenembedded-8700e488a84364b7be17b049a8bbbadbe7223af2.tar.gz
usermanual: typo (lack of space between words)
-rw-r--r--usermanual/usermanual.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/usermanual/usermanual.xml b/usermanual/usermanual.xml
index 2b297d296b..8288a3ceae 100644
--- a/usermanual/usermanual.xml
+++ b/usermanual/usermanual.xml
@@ -43,7 +43,7 @@
<section>
<title>Overview</title>
<para> Like any build tool (make, ant, jam), the OpenEmbedded build tool BitBake controls how to build things and the build dependencies. But unlike single project tools like <command>make</command> it is not based on one makefile or a closed set of inter-dependent makefiles, but collects and manages an open set of largely independent build descriptions (package recipes) and builds them in proper order. </para>
- <para>To be more precise:<ulink url="http://www.openembedded.org"><application>OpenEmbedded</application></ulink> is a set of metadata used to cross-compile, package and install software packages. <application>OpenEmbedded</application> is being used to build and maintain a number of embedded Linux distributions, including OpenZaurus, Angström, Familiar and SlugOS.</para>
+ <para>To be more precise: <ulink url="http://www.openembedded.org"><application>OpenEmbedded</application></ulink> is a set of metadata used to cross-compile, package and install software packages. <application>OpenEmbedded</application> is being used to build and maintain a number of embedded Linux distributions, including OpenZaurus, Angström, Familiar and SlugOS.</para>
<para>The primary use-case of <application>OpenEmbedded</application> are:
<itemizedlist>
<listitem><para>Handle cross-compilation.</para></listitem>