diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-07-02 10:36:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 14:48:16 +0100 |
commit | 9568530dd9083638a6648db21d391e7a1325a4ba (patch) | |
tree | ae7962d8bf369ed60403e28253c0eab824107778 /documentation/dev-manual | |
parent | 257e61a2cb85cb849f18e9d2f314cab467be3c80 (diff) | |
download | poky-9568530dd9083638a6648db21d391e7a1325a4ba.tar.gz |
dev-manual: correct SMP_CONFIG
It's CONFIG_SMP here, and since the title of the section already
mentions it, just change the sentence to be more generic.
(From yocto-docs rev: 32e6145b5f41d4eb293f8267ef01d02217143152)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.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-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 3e0b94665e..6d274361d8 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1353,7 +1353,7 @@ | |||
1353 | </para> | 1353 | </para> |
1354 | 1354 | ||
1355 | <para> | 1355 | <para> |
1356 | For an example that shows how to change the <filename>SMP_CONFIG</filename> parameter | 1356 | For an example that shows how to change a specific kernel option |
1357 | using <filename>menuconfig</filename>, see the | 1357 | using <filename>menuconfig</filename>, see the |
1358 | "<link linkend='changing-the-config-smp-configuration-using-menuconfig'>Changing | 1358 | "<link linkend='changing-the-config-smp-configuration-using-menuconfig'>Changing |
1359 | the <filename>CONFIG_SMP</filename> Configuration Using <filename>menuconfig</filename></link>" | 1359 | the <filename>CONFIG_SMP</filename> Configuration Using <filename>menuconfig</filename></link>" |