diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 683405146a..9b307874a0 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1791,11 +1791,13 @@
To use the menuconfig tool in the Yocto Project development
environment, you must build the tool using BitBake.
- Thus, the environment must be set up using the &OE_INIT_FILE;
+ Thus, the environment must be set up using the
+ &OE_INIT_FILE;
script found in the
Build Directory.
The following commands build and invoke menuconfig assuming the
- Source Directory top-level folder is ~/poky:
+ Source Directory
+ top-level folder is ~/poky:
$ cd ~/poky
$ source oe-init-build-env
@@ -1822,13 +1824,13 @@
- Once menuconfig launches, you use the interface
+ Once menuconfig launches, use the interface
to navigate through the selections to find the configuration settings in
which you are interested.
For example, consider the CONFIG_SMP configuration setting.
You can find it at Processor Type and Features under
the configuration selection Symmetric Multi-processing Support.
- After highlighting the selection, you can use the arrow keys to select or deselect
+ After highlighting the selection, use the arrow keys to select or deselect
the setting.
When you are finished with all your selections, exit out and save them.