diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml
index 0a64147523..249a28d8f4 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.xml
@@ -572,7 +572,7 @@
any network accesses to anything other than the PREMIRROR would fail.
- Poky also honors the standard environment variables
+ Poky also honors the standard shell environment variables
http_proxy, ftp_proxy,
https_proxy, and all_proxy
to redirect requests through proxy servers.
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index e8a5dc60ab..fa8c624c1c 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -36,7 +36,7 @@
The first thing BitBake does is look for the bitbake.conf file.
The Yocto Project keeps this file in the Yocto Project file's meta/conf/
directory.
- BitBake finds it by examining the BBPATH environment
+ BitBake finds it by examining its BBPATH environment
variable and looking for the meta/conf/
directory.
@@ -54,7 +54,7 @@
and the machine configuration file
(set by the
MACHINE variable).
- The DISTRO and MACHINE environment
+ The DISTRO and MACHINE BitBake environment
variables are both usually set in
the local.conf file.
Valid distribution