diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-18 12:51:32 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:57:07 +0100 |
commit | 01af79818715a0d7ccfa582e4474e4469d61bca3 (patch) | |
tree | 8d04bc88d10fc5b8e7d152a96f219d8b58dc52b4 /documentation/dev-manual | |
parent | 418af200fb92a058b41cf73f03abd609321f177a (diff) | |
download | poky-01af79818715a0d7ccfa582e4474e4469d61bca3.tar.gz |
dev-manual: Fixed a mult-line <ulink> cross-reference
These types of references cannot span multiple lines. If they
do then mega-manual.sed will not process the link in the
mega-manual.html file.
(From yocto-docs rev: 8a06542c0f1fee503eda12052adddaaf9c94ca91)
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')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index bd24905ad7..a05a5559f1 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -18,8 +18,7 @@ | |||
18 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>" | 18 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>" |
19 | section in the Yocto Project Board Support Package (BSP) Developer's Guide. | 19 | section in the Yocto Project Board Support Package (BSP) Developer's Guide. |
20 | For more complete information on how to work with the kernel, see the | 20 | For more complete information on how to work with the kernel, see the |
21 | <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel | 21 | <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>. |
22 | Development Manual</ulink>. | ||
23 | </para></listitem> | 22 | </para></listitem> |
24 | <listitem><para><emphasis>User Application Development:</emphasis> | 23 | <listitem><para><emphasis>User Application Development:</emphasis> |
25 | User Application Development covers development of applications that you intend | 24 | User Application Development covers development of applications that you intend |