summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-16 11:08:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:11 +0100
commit0f4d220773afd89fc482da0ff19d9a7dabac1ab6 (patch)
tree089564fae91f9474615acf5016cf4552583cadb6 /documentation
parentcfc1d5043b6b85e3eb51e211491d8e4ba328c50f (diff)
downloadpoky-0f4d220773afd89fc482da0ff19d9a7dabac1ab6.tar.gz
documentation/poky-ref-manual: Converted ref-varlocality to 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 "ref-varlocality" appendix to a chapter and made sure any references in the doc set use the proper term now (chapter). (From yocto-docs rev: d666a3f6581bb114c6c15d63ef850678c398b247) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/introduction.xml4
-rw-r--r--documentation/poky-ref-manual/ref-varlocality.xml10
2 files changed, 7 insertions, 7 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index b616656406..55889ac4ee 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -75,8 +75,8 @@
75 Entries describe the function of the variable and how to apply them. 75 Entries describe the function of the variable and how to apply them.
76 </para></listitem> 76 </para></listitem>
77 <listitem><para><emphasis> 77 <listitem><para><emphasis>
78 <link linkend='ref-varlocality'>Reference: Variable Context</link>:</emphasis> 78 <link linkend='ref-varlocality'>Variable Context</link>:</emphasis>
79 This appendix provides variable locality or context.</para></listitem> 79 This chapter provides variable locality or context.</para></listitem>
80 <listitem><para><emphasis> 80 <listitem><para><emphasis>
81 <link linkend='faq'>Reference: FAQ</link>:</emphasis> 81 <link linkend='faq'>Reference: FAQ</link>:</emphasis>
82 This appendix provides answers for commonly asked questions in the Yocto Project 82 This appendix provides answers for commonly asked questions in the Yocto Project
diff --git a/documentation/poky-ref-manual/ref-varlocality.xml b/documentation/poky-ref-manual/ref-varlocality.xml
index f3d2571798..54491ce9df 100644
--- a/documentation/poky-ref-manual/ref-varlocality.xml
+++ b/documentation/poky-ref-manual/ref-varlocality.xml
@@ -1,16 +1,16 @@
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-varlocality'> 5<chapter id='ref-varlocality'>
6 <title>Reference: Variable Context</title> 6 <title>Variable Context</title>
7 7
8 <para> 8 <para>
9 While most variables can be used in almost any context such as 9 While most variables can be used in almost any context such as
10 <filename>.conf</filename>, <filename>.bbclass</filename>, 10 <filename>.conf</filename>, <filename>.bbclass</filename>,
11 <filename>.inc</filename>, and <filename>.bb</filename> files, 11 <filename>.inc</filename>, and <filename>.bb</filename> files,
12 some variables are often associated with a particular locality or context. 12 some variables are often associated with a particular locality or context.
13 This appendix describes some common associations. 13 This chapter describes some common associations.
14 </para> 14 </para>
15 15
16 <section id='ref-varlocality-configuration'> 16 <section id='ref-varlocality-configuration'>
@@ -196,7 +196,7 @@
196 </para> 196 </para>
197 </section> 197 </section>
198 </section> 198 </section>
199</appendix> 199</chapter>
200<!-- 200<!--
201vim: expandtab tw=80 ts=4 spell spelllang=en_gb 201vim: expandtab tw=80 ts=4 spell spelllang=en_gb
202--> 202-->