From 3c631db138337f380d1a7f20932f9c38126d6ec1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 11 Aug 2011 07:09:33 -0700 Subject: documentation/dev-manual/dev-manual-kernel-appendix.xml: edit pass. (From yocto-docs rev: 77dec8c28ce519b6b9c2afd2a5410653fdfd22e8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-kernel-appendix.xml | 205 ++++++++++++--------- 1 file changed, 116 insertions(+), 89 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index d4c8bd566a..2304f0a898 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -7,9 +7,9 @@ Kernel modification involves changing or adding configurations to an existing kernel, - adding recipes to the kernel that are needed to support specific hardware features, or even - changing the source code itself. - This section presents some simple examples that modify the kernel source code, + changing or adding recipes to the kernel that are needed to support specific hardware features, + or even altering the source code itself. + This appendix presents simple examples that modify the kernel source code, change the kernel configuration, and add a kernel source recipe.