From 80b1efb62cd525a2b0e6c62686c25137c7a7e437 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Sat, 16 Jul 2016 12:04:57 -0700 Subject: bitbake: bitbake-user-manual: Fixed typo in the BBDEBUG variable description. In the BBDEBUG variable description, the "-d" parameter needed to be "-D". Fixed it. Fixes [YOCTO #9950] (Bitbake rev: 475e7611f6c5b884d86152cb0b334e9d96849608) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4d8ee69b6d..a152218e32 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 @@ -1017,7 +1017,7 @@ Sets the BitBake debug output level to a specific value - as incremented by the -d command line + as incremented by the -D command line option. You must set this variable in the external environment -- cgit 1.2.3-korg