summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorJacob Kroon <jacob.kroon@gmail.com>2020-03-19 00:17:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-19 11:28:31 +0000
commitdb11b30cea06aff71d0961cdc9085b98c3588f02 (patch)
tree916e4e90e15056015796d27139400c66c18f5c75 /bitbake
parent6f02caa39985fb89d9ad49e1f788a9a8dd6e12d7 (diff)
downloadpoky-db11b30cea06aff71d0961cdc9085b98c3588f02.tar.gz
bitbake: bitbake-user-manual: Fix order of end tags
Fixes commit e22565968828c86983162e67f52ebb106242ca76. (Bitbake rev: a37189fbdba399437cb9fcb28aa963515679cc65) Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-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 3b31f748cc..6c5234ed99 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml
@@ -976,7 +976,7 @@
976 <filename>False</filename>, that logger will be completely 976 <filename>False</filename>, that logger will be completely
977 replaced by user configuration. In this case, no other 977 replaced by user configuration. In this case, no other
978 rules will apply to that logger. 978 rules will apply to that logger.
979 </listitem></para> 979 </para></listitem>
980 <listitem><para> 980 <listitem><para>
981 All user defined <filename>filter</filename> and 981 All user defined <filename>filter</filename> and
982 <filename>handlers</filename> properties for a given logger 982 <filename>handlers</filename> properties for a given logger
@@ -987,7 +987,7 @@
987 configuration adds a filter called 987 configuration adds a filter called
988 <filename>BitBake.defaultFilter</filename>, both filters 988 <filename>BitBake.defaultFilter</filename>, both filters
989 will be applied to the logger 989 will be applied to the logger
990 </listitem></para> 990 </para></listitem>
991 </itemizedlist> 991 </itemizedlist>
992 </para> 992 </para>
993 993