summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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-->