summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index b5a793649c..c327af52a9 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -646,10 +646,10 @@
646 <glossdef> 646 <glossdef>
647 <para> 647 <para>
648 Contains the name of the currently executing task. 648 Contains the name of the currently executing task.
649 The value does not include the "do_" prefix. 649 The value includes the "do_" prefix.
650 For example, if the currently executing task is 650 For example, if the currently executing task is
651 <filename>do_config</filename>, the value is 651 <filename>do_config</filename>, the value is
652 "config". 652 "do_config".
653 </para> 653 </para>
654 </glossdef> 654 </glossdef>
655 </glossentry> 655 </glossentry>