summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-varlocality.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-varlocality.xml')
-rw-r--r--documentation/poky-ref-manual/ref-varlocality.xml10
1 files changed, 5 insertions, 5 deletions
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-->