From 0476ec4605c94b9e0208cfd3fa48ecf3e3f04181 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 3 Apr 2017 14:24:34 -0700 Subject: bitbake-user-manual: Fixed special character in -D output Fixes [YOCTO #9962] The new output for -D was copied into the manual and merged by the engineering team before checking to see if the manual would make properly. The next output for -D introduced an error through the string "". The angled bracket characters are illegal in docbook and must be replaced by "<" and ">", respectively. I made this fix. Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml index 5bbfc67f7..ca7f7246c 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml @@ -506,7 +506,7 @@ Read the specified file after bitbake.conf. -v, --verbose Enable tracing of shell tasks (with 'set -x'). Also print bb.note(...) messages to stdout (in - addition to writing them to ${T}/log.do_). + addition to writing them to ${T}/log.do_<task>). -D, --debug Increase the debug level. You can specify this more than once. -D sets the debug level to 1, where only bb.debug(1, ...) messages are printed -- cgit 1.2.3-korg