summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-16 10:53:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:11 +0100
commit2db4088ceddd65892c718363592c398d37a82d5c (patch)
tree02b6505223c457e5f2416792215ec0bb08fb2a74 /documentation/dev-manual/dev-manual-common-tasks.xml
parent695420417f7cf51297dc23861ab60860eba48ca2 (diff)
downloadpoky-2db4088ceddd65892c718363592c398d37a82d5c.tar.gz
documentation: converted ref-images and ref-features to chapters
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-imagese" and "ref-features" appendices to chapters and made any references in the doc set use the proper term now (chapter). (From yocto-docs rev: 08117634034a5cd5567c971957583d986c9ee9a4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index d24838a54b..686d47ec4b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1713,7 +1713,7 @@
1713 It also allows you to perform post-mortem style analysis of program crashes. 1713 It also allows you to perform post-mortem style analysis of program crashes.
1714 GDB is available as a package within the Yocto Project and by default is 1714 GDB is available as a package within the Yocto Project and by default is
1715 installed in sdk images. 1715 installed in sdk images.
1716 See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Reference: Images</ulink>" appendix 1716 See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" appendix
1717 in the Yocto Project Reference Manual for a description of these images. 1717 in the Yocto Project Reference Manual for a description of these images.
1718 You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>. 1718 You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>.
1719 </para> 1719 </para>