summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/faq.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-23 17:26:49 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-26 12:13:49 +0100
commit15057c298639f1c2b60c89c7957225e551a9a979 (patch)
treea7c3bf241b6f942c3574b2a9f0df181ce816d15f /documentation/poky-ref-manual/faq.xml
parent264e5978e4c63023fa41c679e5a3002b2e28ab53 (diff)
downloadpoky-15057c298639f1c2b60c89c7957225e551a9a979.tar.gz
documentation/poky-ref-manual: cleared up environment variable ambiguity
Some instances in the manual where it was not clear on whether the subject was a shell environment variable or a BitBake environment variable. I cleared these up. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 123bb91a3954c98378cdd8bba0a35311eb53f37a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/faq.xml')
-rw-r--r--documentation/poky-ref-manual/faq.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
572 any network accesses to anything other than the PREMIRROR would fail. 572 any network accesses to anything other than the PREMIRROR would fail.
573 </para> 573 </para>
574 <para> 574 <para>
575 Poky also honors the standard environment variables 575 Poky also honors the standard shell environment variables
576 <filename>http_proxy</filename>, <filename>ftp_proxy</filename>, 576 <filename>http_proxy</filename>, <filename>ftp_proxy</filename>,
577 <filename>https_proxy</filename>, and <filename>all_proxy</filename> 577 <filename>https_proxy</filename>, and <filename>all_proxy</filename>
578 to redirect requests through proxy servers. 578 to redirect requests through proxy servers.