diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml
index 37f1dfebb1..9f845823d3 100644
--- a/documentation/kernel-manual/kernel-doc-intro.xml
+++ b/documentation/kernel-manual/kernel-doc-intro.xml
@@ -11,7 +11,7 @@
The Yocto Project presents the kernel as a fully patched, history-clean Git
repository.
The Git tree represents the selected features, board support,
- and configurations extensively tested by Yocto Project.
+ and configurations extensively tested by the Yocto Project.
The Yocto Project kernel allows the end user to leverage community
best practices to seamlessly manage the development, build and debug cycles.
@@ -28,27 +28,34 @@
Using the Kernel: Describes best practices
and "how-to" information
that lets you put the kernel to practical use.
- Some examples are "How to Build a
- Project Specific Tree", "How to Examine Changes in a Branch", and "How to
- Save Kernel Modifications."
+ Some examples are how to examine changes in a branch and how to
+ save kernel modifications.
- For more information on the kernel, see the following links:
+ For more information on the Linux kernel, see the following links:
-
-
-
+ The Linux Foundation's guide for kernel development
+ process -
+
+ A fairly emcompassing guide on Linux kernel development -
+
- For more discussion on the Yocto Project kernel, you can also see the
- "Kernel Overview",
- "Kernel Modification Workflow", and
- "Kernel Modification Example" sections all in
- The Yocto Project Development Manual.
+ For more discussion on the Yocto Project kernel, you can see these sections
+ in The Yocto Project Development Manual:
+
+
+ "Kernel Overview"
+
+ "Kernel Modification Workflow"
+
+
+ "Kernel Modification Example".
+