summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-01 11:03:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-23 15:27:32 +0100
commit9f0e068baaaddf8ad29122e60145422a43e8e22e (patch)
tree8bf0e447d0dc0673d7f84703bf3d8e6e3aa8e348 /documentation
parente0347ec2dc98e077a7b2b136e2e54d3bf3b1adda (diff)
downloadpoky-9f0e068baaaddf8ad29122e60145422a43e8e22e.tar.gz
ref-manual: Grammar fix in "Stamp Files and the Rerunning of Tasks"
(From yocto-docs rev: 0d04e8c226ff9391e14f5b07ee95de4e4b7d3bcf) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/closer-look.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml
index 7aae2e27a9..825409f5a7 100644
--- a/documentation/ref-manual/closer-look.xml
+++ b/documentation/ref-manual/closer-look.xml
@@ -1243,8 +1243,8 @@
1243 stamp file, not just tasks that can be accelerated through 1243 stamp file, not just tasks that can be accelerated through
1244 the sstate cache.</para> 1244 the sstate cache.</para>
1245 <para>However, you should realize that stamp files only 1245 <para>However, you should realize that stamp files only
1246 serve as a marker that some work has been done and these 1246 serve as a marker that some work has been done and that
1247 files do not record task output. 1247 these files do not record task output.
1248 The actual task output would usually be somewhere in 1248 The actual task output would usually be somewhere in
1249 <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link> 1249 <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link>
1250 (e.g. in some recipe's 1250 (e.g. in some recipe's