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>
This commit is contained in:
Scott Rifenbark 2012-07-16 11:08:02 -07:00 committed by Richard Purdie
parent cfc1d5043b
commit 0f4d220773
2 changed files with 7 additions and 7 deletions

View File

@ -75,8 +75,8 @@
Entries describe the function of the variable and how to apply them.
</para></listitem>
<listitem><para><emphasis>
<link linkend='ref-varlocality'>Reference: Variable Context</link>:</emphasis>
This appendix provides variable locality or context.</para></listitem>
<link linkend='ref-varlocality'>Variable Context</link>:</emphasis>
This chapter provides variable locality or context.</para></listitem>
<listitem><para><emphasis>
<link linkend='faq'>Reference: FAQ</link>:</emphasis>
This appendix provides answers for commonly asked questions in the Yocto Project

View File

@ -1,16 +1,16 @@
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
<appendix id='ref-varlocality'>
<title>Reference: Variable Context</title>
<chapter id='ref-varlocality'>
<title>Variable Context</title>
<para>
While most variables can be used in almost any context such as
<filename>.conf</filename>, <filename>.bbclass</filename>,
<filename>.inc</filename>, and <filename>.bb</filename> files,
some variables are often associated with a particular locality or context.
This appendix describes some common associations.
This chapter describes some common associations.
</para>
<section id='ref-varlocality-configuration'>
@ -196,7 +196,7 @@
</para>
</section>
</section>
</appendix>
</chapter>
<!--
vim: expandtab tw=80 ts=4 spell spelllang=en_gb
-->