diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-16 10:53:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:11 +0100 |
commit | 2db4088ceddd65892c718363592c398d37a82d5c (patch) | |
tree | 02b6505223c457e5f2416792215ec0bb08fb2a74 /documentation/poky-ref-manual/ref-features.xml | |
parent | 695420417f7cf51297dc23861ab60860eba48ca2 (diff) | |
download | poky-2db4088ceddd65892c718363592c398d37a82d5c.tar.gz |
documentation: converted ref-images and ref-features to chapters
As part of moving the reference manual to a real reference manual I
am removing the "appendix" classification and having everthing be
a chapter. I changed the "ref-imagese" and "ref-features" appendices
to chapters and made any references in the doc set use the proper
term now (chapter).
(From yocto-docs rev: 08117634034a5cd5567c971957583d986c9ee9a4)
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/ref-features.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-features.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-features.xml b/documentation/poky-ref-manual/ref-features.xml index 58db94e295..bdf29a2596 100644 --- a/documentation/poky-ref-manual/ref-features.xml +++ b/documentation/poky-ref-manual/ref-features.xml | |||
@@ -1,8 +1,8 @@ | |||
1 | <!DOCTYPE appendix 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 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
4 | 4 | ||
5 | <appendix id='ref-features'> | 5 | <chapter id='ref-features'> |
6 | <title>Reference: Features</title> | 6 | <title>Reference: Features</title> |
7 | 7 | ||
8 | <para> | 8 | <para> |
@@ -157,7 +157,7 @@ | |||
157 | </itemizedlist> | 157 | </itemizedlist> |
158 | </para> | 158 | </para> |
159 | </section> | 159 | </section> |
160 | </appendix> | 160 | </chapter> |
161 | 161 | ||
162 | <!-- | 162 | <!-- |
163 | vim: expandtab tw=80 ts=4 spell spelllang=en_gb | 163 | vim: expandtab tw=80 ts=4 spell spelllang=en_gb |