From 6714a6c59a4aea772b256048b778d0c30159b421 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 18 Jun 2014 10:29:12 +0300 Subject: dev-manual, kernel-dev, profile-manual: Fixed title and link issues. Following fixes: dev-manual - Discovered a tag that was not a single line. These types of links need to not have hard returns. If they do, mega-manual.sed will not process the link. Changed the reference to a single line. kernel-dev - Discovered that I had the old poky.ent variable (i.e. YOCTO_DOCS_KERNEL_URL) as part of the link in the opening note on the title page. I changed it to the proper variable, which is YOCTO_DOCS_KERNEL_DEV_URL. The old link was not being processed by mega-manual.sed. profile-manual - First problem was the wrong manual title in a tag, which caused the mega-manual.sed file to skip processing the link into a non-link. Second problem was on the title page. Incredulously, I had the title of the manual reversed for Chapter 1. Fixed it. (From yocto-docs rev: 71dedd610dce9fdc6472a5cf2b18ec8729d77e55) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/kernel-dev') diff --git a/documentation/kernel-dev/kernel-dev.xml b/documentation/kernel-dev/kernel-dev.xml index c1c4660e07..702dda937d 100644 --- a/documentation/kernel-dev/kernel-dev.xml +++ b/documentation/kernel-dev/kernel-dev.xml @@ -71,7 +71,7 @@ Due to production processes, there could be differences between the Yocto Project documentation bundled in the release tarball and the - Yocto Project Linux Kernel Development Manual on + Yocto Project Linux Kernel Development Manual on the Yocto Project website. For the latest version of this manual, see the manual on the website. -- cgit v1.2.3-54-g00ecf