summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/closer-look.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-21 09:40:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:54:05 +0000
commit33e7953a5828a68d0468281a4e65df8092658a2b (patch)
tree3e7b363440f87484291f2221c43b30d3fdd0c5ce /documentation/ref-manual/closer-look.xml
parent17d0bc0f4c77aff56a2a3bb902a2e18d824a1ff2 (diff)
downloadpoky-33e7953a5828a68d0468281a4e65df8092658a2b.tar.gz
ref-manual: Cleaned up some instances of the term "working directory"
This term should always reference a users current working directory and not be confused with the OpenEmbedded build system's "work directory (WORKDIR). I found several instances where the term "working directory" was not used correctly and fixed them. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 80dcbf41fc57d0d527db13dd2f993233dd5c1675) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/closer-look.xml')
-rw-r--r--documentation/ref-manual/closer-look.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml
index 4883981985..e13f5c1601 100644
--- a/documentation/ref-manual/closer-look.xml
+++ b/documentation/ref-manual/closer-look.xml
@@ -693,7 +693,7 @@
693 <para> 693 <para>
694 The <filename>do_fetch</filename> and 694 The <filename>do_fetch</filename> and
695 <filename>do_unpack</filename> tasks fetch the source files 695 <filename>do_unpack</filename> tasks fetch the source files
696 and unpack them into a working directory. 696 and unpack them into the work directory.
697 By default, everything is accomplished in the 697 By default, everything is accomplished in the
698 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>, 698 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>,
699 which has a defined structure. 699 which has a defined structure.