diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-21 11:27:19 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:16 +0000 |
commit | d85638820b13db469204214849430dc86f2467fe (patch) | |
tree | ed2909e726bbb36db462ff20cacabb571c8b6105 /documentation/ref-manual/ref-features.xml | |
parent | 302c2af7843bca70b26c61549dcdd8e1044c51cd (diff) | |
download | poky-d85638820b13db469204214849430dc86f2467fe.tar.gz |
dev-manual, ref-manual: Updated some section titles.
I noticed that chapter 10 of the ref-manual still had
"Reference: Features" as the title. This is left over from way
back. I changed that chapter title to "Features." Next, I
noticed an inconsistency with some sub-section titles.
I changed the "Images" title into "Image Features." This affected
several links across the doc set so I had to update those
cross-references as well so they have the latest section title
as part of the reference.
(From yocto-docs rev: b68f009a92e0e24802e367d98cf66e15ba1cd364)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-features.xml')
-rw-r--r-- | documentation/ref-manual/ref-features.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index c884a8963e..5b8c76f4f8 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
@@ -3,7 +3,7 @@ | |||
3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
4 | 4 | ||
5 | <chapter id='ref-features'> | 5 | <chapter id='ref-features'> |
6 | <title>Reference: Features</title> | 6 | <title>Features</title> |
7 | 7 | ||
8 | <para> | 8 | <para> |
9 | This chapter provides a reference of shipped machine and distro features | 9 | This chapter provides a reference of shipped machine and distro features |
@@ -177,7 +177,7 @@ | |||
177 | </section> | 177 | </section> |
178 | 178 | ||
179 | <section id='ref-features-image'> | 179 | <section id='ref-features-image'> |
180 | <title>Images</title> | 180 | <title>Image Features</title> |
181 | 181 | ||
182 | <para> | 182 | <para> |
183 | The contents of images generated by the OpenEmbedded build system can be controlled by the | 183 | The contents of images generated by the OpenEmbedded build system can be controlled by the |