summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
index 6c5234ed99..e4251dff56 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
@@ -618,12 +618,12 @@
618 <para> 618 <para>
619 Tasks can be either a shell task or a Python task. 619 Tasks can be either a shell task or a Python task.
620 For shell tasks, BitBake writes a shell script to 620 For shell tasks, BitBake writes a shell script to
621 <filename>${</filename><link linkend='var-bb-T'><filename>T</filename></link><filename>}/run.do_taskname.pid</filename> 621 <filename>${</filename><link linkend='var-bb-T'><filename>T</filename></link><filename>}/run.do_taskname.<replaceable>pid</replaceable></filename>
622 and then executes the script. 622 and then executes the script.
623 The generated shell script contains all the exported variables, 623 The generated shell script contains all the exported variables,
624 and the shell functions with all variables expanded. 624 and the shell functions with all variables expanded.
625 Output from the shell script goes to the file 625 Output from the shell script goes to the file
626 <filename>${T}/log.do_taskname.pid</filename>. 626 <filename>${T}/log.do_taskname.<replaceable>pid</replaceable></filename>.
627 Looking at the expanded shell functions in the run file and 627 Looking at the expanded shell functions in the run file and
628 the output in the log files is a useful debugging technique. 628 the output in the log files is a useful debugging technique.
629 </para> 629 </para>