Fixes [YOCTO #10296]
Applied some minor wording changes per review edits.
(Bitbake rev:
67d5501d5fd6b7ac3ee9ad97962fcf8a41d00cff)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bbplain fourth
}
</literallayout>
- The output from <filename>do_foo</filename>
- results in the following:
+ Running <filename>do_foo</filename>
+ prints the following:
<literallayout class='monospaced'>
recipename do_foo: first
recipename do_foo: second
bb.plain("third")
}
</literallayout>
- The output from <filename>do_foo</filename> results
- in the following:
+ Running <filename>do_foo</filename> prints
+ the following:
<literallayout class='monospaced'>
recipename do_foo: first
recipename do_foo: second