summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/faq.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-16 11:12:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:12 +0100
commit1a39c85cebfe9e4ccbaba1bb9b8242baac7d46ef (patch)
tree6ec7fe4c317c99942af4f538f3bbbc5703bb0105 /documentation/poky-ref-manual/faq.xml
parent0f4d220773afd89fc482da0ff19d9a7dabac1ab6 (diff)
downloadpoky-1a39c85cebfe9e4ccbaba1bb9b8242baac7d46ef.tar.gz
documentation: Converted FAQ appendix to a chapter
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 "faq" appendix to a chapter and made sure any references in the doc set use the proper term now (chapter). (From yocto-docs rev: 6e090132823e3b121d00d9116b0693c922156b32) 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/faq.xml')
-rw-r--r--documentation/poky-ref-manual/faq.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml
index d619056355..a95203f221 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.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='faq'> 5<chapter id='faq'>
6<title>FAQ</title> 6<title>FAQ</title>
7<qandaset> 7<qandaset>
8 <qandaentry> 8 <qandaentry>
@@ -620,7 +620,7 @@
620 620
621 621
622</qandaset> 622</qandaset>
623</appendix> 623</chapter>
624<!-- 624<!--
625vim: expandtab tw=80 ts=4 625vim: expandtab tw=80 ts=4
626--> 626-->