summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-05-06 18:30:20 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-05 21:37:15 +0100
commit406b9a24344be35831f68eb8c30088b10ac65cee (patch)
tree6f728184c1752f77113013e39a7b1c751971ca0e
parent919d0e98f2d51d2a92f90d52e6e891f99743e403 (diff)
downloadpoky-406b9a24344be35831f68eb8c30088b10ac65cee.tar.gz
bitbake: user manual: properly tag content as <replaceable>
Tag a couple fields as replaceable to be consistent with rest of manual. (Bitbake rev: 25c5c79bbe814eaff03c72cc2680414a73cff7f4) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 647c13d4ae746a1bb9bd76ff318477dadb4d292f) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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>