aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-04-03 14:24:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-03 22:31:49 +0100
commit0476ec4605c94b9e0208cfd3fa48ecf3e3f04181 (patch)
tree13fecfeb9f23ab68360789daacff85d32a11f11d /doc
parent58a03531c8183b165bb7dcad86d8559c92bc150d (diff)
downloadbitbake-0476ec4605c94b9e0208cfd3fa48ecf3e3f04181.tar.gz
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 "<task>". The angled bracket characters are illegal in docbook and must be replaced by "&lt;" and "&gt;", respectively. I made this fix. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-intro.xml2
1 files changed, 1 insertions, 1 deletions
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_<task>).
+ addition to writing them to ${T}/log.do_&lt;task&gt;).
-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