diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-16 14:54:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:12 +0100 |
commit | 36a31b02e341b684fe89f085c06f766edde9ad06 (patch) | |
tree | 96864b0d8e02a0ec2f31df0957cbb080ce17a5a2 | |
parent | d7cf7ecc7e1aaab5cb62c2bbe7bdb833d5d2b2eb (diff) | |
download | poky-36a31b02e341b684fe89f085c06f766edde9ad06.tar.gz |
documentation/dev-manual/dev-manual-common-tasks.xml: Fixed reference
Caught and fixed a stray reference to "appendix" that should be
"chapter."
(From yocto-docs rev: 97d26495dd9b561bb5724a86e9cd777eeef9f71a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
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 686d47ec4b..d96d78d49e 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'>Images</ulink>" appendix | 1716 | See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter |
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> |