diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-18 08:27:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:47:02 -0700 |
commit | 8aa163ba6992718ecd63543dbbcd773c4755d3be (patch) | |
tree | 83d7affb98fdb76b758852ea6ee6ae495cfc2feb /documentation/poky-ref-manual | |
parent | 295b855fc916628ca9f2d9ef68d5aa6832cb569f (diff) | |
download | poky-8aa163ba6992718ecd63543dbbcd773c4755d3be.tar.gz |
documentation/poky-ref-manual: Changed top-level titles
Each of these chapters needed the title changes to reflect Yocto
Project and not Poky.
(From yocto-docs rev: a6d8d01b20af334ca9950c4287d61a728532f652)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/extendpoky.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index 83531bc1dc..8a0cfd1be3 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml | |||
@@ -2,7 +2,7 @@ | |||
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> |
3 | 3 | ||
4 | <chapter id="platdev"> | 4 | <chapter id="platdev"> |
5 | <title>Platform Development with Poky</title> | 5 | <title>Platform Development with the Yocto Project</title> |
6 | 6 | ||
7 | <section id="platdev-appdev"> | 7 | <section id="platdev-appdev"> |
8 | <title>Application Development Using the Yocto Project</title> | 8 | <title>Application Development Using the Yocto Project</title> |
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index e9835f218f..512cd9f647 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | <chapter id='extendpoky'> | 4 | <chapter id='extendpoky'> |
5 | 5 | ||
6 | <title>Extending Poky</title> | 6 | <title>Extending the Yocto Project</title> |
7 | <para> | 7 | <para> |
8 | This chapter provides information about how to extend the functionality | 8 | This chapter provides information about how to extend the functionality |
9 | already present in Poky. | 9 | already present in Poky. |
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index ed30d8df51..b8c960f0c5 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> |
3 | <chapter id='usingpoky'> | 3 | <chapter id='usingpoky'> |
4 | <title>Using Poky</title> | 4 | <title>Using the Yocto Project</title> |
5 | 5 | ||
6 | <para> | 6 | <para> |
7 | This section gives an overview of the components that make up the Yocto Project | 7 | This section gives an overview of the components that make up the Yocto Project |