bitbake: bitbake-user-manual: Updated minor wordings.

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>
This commit is contained in:
Scott Rifenbark 2016-09-22 16:27:41 -07:00 committed by Richard Purdie
parent 7ab459d4b5
commit 04128a657a
1 changed files with 4 additions and 4 deletions

View File

@ -1132,8 +1132,8 @@
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
@ -1207,8 +1207,8 @@
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