diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 55bbc2bcd4..e377c26fb9 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -10147,7 +10147,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
the build host's own directories should be used.
For nativesdk
- recipes that Build for the SDK, the value is
+ recipes that build for the SDK, the value is
"${STAGING_DIR}/${MULTIMACH_HOST_SYS}".
@@ -10858,26 +10858,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
- The toolchain binary prefix for the target tools.
+ Specifies the prefix used for the path of the toolchain
+ binary target tools.
- Depending on what you are building your image for, the
- OpenEmbedded build system sets
- TARGET_PREFIX as follows:
+ Depending on the type of recipe and the build target,
+ TARGET_PREFIX is set as follows:
- For targets, which is the default, the build
- system sets the variable to
+ For recipes building for the target machine,
+ the value is
"${TARGET_SYS}-".
- For a native recipe, the build
+ For native recipes, the build
system sets the variable to the value of
BUILD_PREFIX.
- For a nativesdk recipe, the
+ For nativesdk recipes, the
build system sets the variable to the value of
SDK_PREFIX.