[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5459/8267] bitbake: bitbake-user-manual: Fixed special character in -D output



commit eff56e4f0d59b1d965a68e4f009b7f07717b7edd
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Mon Apr 3 14:24:34 2017 -0700

    bitbake: 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.
    
    (Bitbake rev: 0476ec4605c94b9e0208cfd3fa48ecf3e3f04181)
    
    Signed-off-by: Scott Rifenbark <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../bitbake-user-manual-intro.xml                  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml 
b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
index 5bbfc67..ca7f724 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
+++ b/bitbake/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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]