diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/usingpoky.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 36525c47b0..f7345547c5 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
| @@ -902,6 +902,11 @@ | |||
| 902 | This logging function is similar to | 902 | This logging function is similar to |
| 903 | <filename>bb.error(</filename><replaceable>msg</replaceable><filename>)</filename> | 903 | <filename>bb.error(</filename><replaceable>msg</replaceable><filename>)</filename> |
| 904 | but also causes the calling task to fail. | 904 | but also causes the calling task to fail. |
| 905 | <note> | ||
| 906 | <filename>bb.fatal()</filename> raises an exception, | ||
| 907 | which means you do not need to put a "return" | ||
| 908 | statement after the function. | ||
| 909 | </note> | ||
| 905 | </para></listitem> | 910 | </para></listitem> |
| 906 | </itemizedlist> | 911 | </itemizedlist> |
| 907 | </para> | 912 | </para> |
