summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Traynor <wmat@alphatroop.com>2013-06-11 22:32:48 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-13 22:00:29 +0000
commit4bf168a503f8220926e3bf5c79bebaa061da1fd3 (patch)
treec9645a92025a7dde212554dfbc345e598f3dc465
parent83bd785ac83bf9bff1a4eac498300b96f17fe994 (diff)
downloadbitbake-4bf168a503f8220926e3bf5c79bebaa061da1fd3.tar.gz
user-manual-intro: Changed title to Introduction.
Changed the title of the chapter to Introduction from BitBake User Manual. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
-rw-r--r--doc/user-manual/user-manual-intro.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user-manual/user-manual-intro.xml b/doc/user-manual/user-manual-intro.xml
index 94f459a6e..4eb8c3a89 100644
--- a/doc/user-manual/user-manual-intro.xml
+++ b/doc/user-manual/user-manual-intro.xml
@@ -1,7 +1,7 @@
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<chapter id="user-manual-intro">
- <title>BitBake User Manual</title>
+ <title>Introduction</title>
<section id="intro">
<title>Introduction</title>
<para>At it's core, BitBake is a generic task execution engine
@@ -137,7 +137,7 @@
</itemizedlist>
<para>BitBake satisfies all the original requirements and many
more with extensions being made to the basic functionality to
- reflect the additional requirements.
+ reflect additional requirements.
Flexibility and power have always been the priorities.
It is highly extensible, supporting embedded Python code and
execution of any arbitrary tasks.