summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-01-06 04:52:36 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-07 13:13:37 +0000
commit146318729dbeeee4136bcb4832e6f8f69f9a2489 (patch)
treeabd19853fdd6101ecd940b170e35dd7083cf69f0
parentf43d284e7ae752049711d8215a6020bee6966d45 (diff)
downloadbitbake-146318729dbeeee4136bcb4832e6f8f69f9a2489.tar.gz
bitbake: usermanual.xml: fix a typo
Fixed: "should created" -> "should be created" [YOCTO #5703] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--doc/manual/usermanual.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml
index 6781a71a6..749ee9824 100644
--- a/doc/manual/usermanual.xml
+++ b/doc/manual/usermanual.xml
@@ -241,7 +241,7 @@ addtask printdate before do_build</screen></para>
<title>Task Flags</title>
<para>Tasks support a number of flags which control various functionality of the task. These are as follows:</para>
<para>'dirs' - directories which should be created before the task runs</para>
- <para>'cleandirs' - directories which should created before the task runs but should be empty</para>
+ <para>'cleandirs' - directories which should be created before the task runs but should be empty</para>
<para>'noexec' - marks the tasks as being empty and no execution required. These are used as dependency placeholders or used when added tasks need to be subsequently disabled.</para>
<para>'nostamp' - don't generate a stamp file for a task. This means the task is always rexecuted.</para>
<para>'fakeroot' - this task needs to be run in a fakeroot environment, obtained by adding the variables in FAKEROOTENV to the environment.</para>