diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index cca03a1b03..71e0fb588f 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -105,7 +105,7 @@
A larger value for the BBFILE_PRIORITY variable results in a higher
precedence.
For example, the value 6 has a higher precedence than the value 5.
- By default, the BBFILE_PRIORITY variable is set to the value 5.
+ By default, the BBFILE_PRIORITY variable is set to "5".
@@ -380,7 +380,7 @@
FILES
- list of directories or files that are placed in packages.
+ The list of directories or files that are placed in packages.
@@ -392,7 +392,7 @@
and CFLAGS
when compiling an optimised system.
This variable defaults to
- -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2.
+ "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2".
@@ -486,7 +486,7 @@
to the other INITSCRIPT_* as an override.
This variable is used in recipes when using update-rc.d.bbclass.
- The variable is optional and defaults to PN.
+ The variable is optional and defaults to the PN variable.
@@ -603,7 +603,7 @@
- MACHINE_EXTRA_RRECOMMNEDS
+ MACHINE_EXTRA_RRECOMMENDSSpecifies the list of packages useful to use the device (e.g.
additional kernel modules)
@@ -649,7 +649,7 @@
The long form description of the binary package for packaging sytems such as
ipkg, rpm or debian.
- This variable inherits DESCRIPTION by default.
+ By default, this variable inherits DESCRIPTION.
@@ -674,7 +674,7 @@
PACKAGESThe list of packages to be created from the recipe.
- The default value is ${PN}-dbg ${PN} ${PN}-doc ${PN}-dev.
+ The default value is "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev".
@@ -1029,7 +1029,7 @@
This command is used by BitBake to lauch a terminal window with a
shell.
The shell is unspecified so the user's default shell is used.
- By default, the variable is set to gnome-terminal but it can
+ By default, the variable is set to "gnome-terminal" but it can
be any X11 terminal application or terminal multiplexers-like screen.