diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index 0b0f02005c..14c6290945 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -30,7 +30,7 @@
The first thing you need to do is set up the OpenEmbedded build environment by sourcing
the environment setup script as follows:
- $ source &OE_INIT_FILE; [build_dir]
+ $ source &OE_INIT_FILE; [<build_dir>]
@@ -38,13 +38,13 @@
The build_dir is optional and specifies the directory the
OpenEmbedded build system uses for the build -
the Build Directory.
- If you do not specify a Build Directory it defaults to build
+ If you do not specify a Build Directory, it defaults to build
in your current working directory.
A common practice is to use a different Build Directory for different targets.
For example, ~/build/x86 for a qemux86
target, and ~/build/arm for a qemuarm target.
- See &OE_INIT_FILE;
- for more information on this script.
+ See the "&OE_INIT_FILE;"
+ section for more information on this script.
@@ -60,7 +60,7 @@
/meta/recipes-sato/images, etc. all found in the
Source Directory.
Or, the target can be the name of a recipe for a specific piece of software such as
- busybox.
+ BusyBox.
For more details about the images the OpenEmbedded build system supports, see the
"Images" chapter.