diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml
index 8ac8f01e63..de51dff1aa 100644
--- a/handbook/ref-variables.xml
+++ b/handbook/ref-variables.xml
@@ -107,32 +107,23 @@
COMPATIBLE_MACHINE
A regular expression which evalutates to match the machines the recipe
- works with. It stops recipes being run on machines they're incompatible with
- which is partciuarly useful with kernels. It also helps to to increase parsing
- speed as if its found the current machine is not compatible, further parsing
- of the recipe is skipped.
+ works with. It stops recipes being run on machines they're incompatible with,
+ which is partciuarly useful with kernels. It also helps to increase parsing
+ speed that, further parsing of the recipe is skipped as if it found the current
+ machine is not compatible.
CONFIG_SITE
- Contains a list of files which containing autoconf test results relevant
+ A list of files which contains autoconf test results relevant
to the current build. This variable is used by the autotools utilities
when running configure.
-
- CVS_TARBALL_STASH
-
- Location to search for
- pre-generated tarballs when fetching from remote SCM
- repositories (CVS/SVN/GIT)
-
-
-
D
@@ -259,6 +250,12 @@
+
+