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 | |
parent | 302c2af7843bca70b26c61549dcdd8e1044c51cd (diff) | |
download | ast2050-yocto-poky-d85638820b13db469204214849430dc86f2467fe.zip ast2050-yocto-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>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 | ||||
-rw-r--r-- | documentation/ref-manual/ref-features.xml | 4 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 8d251a0..1c5c17b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -5560,7 +5560,7 @@ are installed onto the target device for OProfileUI interaction. For a list of image features that ship with the Yocto Project, see the - "<ulink url='&YOCTO_DOCS_REF_URL;#ref-features-image'>Images</ulink>" + "<ulink url='&YOCTO_DOCS_REF_URL;#ref-features-image'>Image Features</ulink>" section in the Yocto Project Reference Manual. </para> diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index c884a89..5b8c76f 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml @@ -3,7 +3,7 @@ [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > <chapter id='ref-features'> - <title>Reference: Features</title> + <title>Features</title> <para> This chapter provides a reference of shipped machine and distro features @@ -177,7 +177,7 @@ </section> <section id='ref-features-image'> - <title>Images</title> + <title>Image Features</title> <para> The contents of images generated by the OpenEmbedded build system can be controlled by the diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bed4be0..45dd70b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1677,7 +1677,7 @@ <para> For a complete list of image features that ships with the Yocto Project, see the - "<link linkend="ref-features-image">Images</link>" + "<link linkend="ref-features-image">Image Features</link>" section. </para> @@ -2081,7 +2081,7 @@ </note> For a list of image features that ships with the Yocto Project, see the - "<link linkend="ref-features-image">Images</link>" + "<link linkend="ref-features-image">Image Features</link>" section. </para> |