diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-22 16:27:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-06 11:39:37 +0100 |
commit | 04128a657ad92b60fba27e4a0748d2af45d0da75 (patch) | |
tree | 1f960a6b98ba847cb58c633f912544aa8d89c2e1 /bitbake/doc/bitbake-user-manual | |
parent | 7ab459d4b5a441c6c50c9579f89c295d56865f32 (diff) | |
download | poky-04128a657ad92b60fba27e4a0748d2af45d0da75.tar.gz |
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>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 82094b85c6..5636a35620 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
@@ -1132,8 +1132,8 @@ | |||
1132 | bbplain fourth | 1132 | bbplain fourth |
1133 | } | 1133 | } |
1134 | </literallayout> | 1134 | </literallayout> |
1135 | The output from <filename>do_foo</filename> | 1135 | Running <filename>do_foo</filename> |
1136 | results in the following: | 1136 | prints the following: |
1137 | <literallayout class='monospaced'> | 1137 | <literallayout class='monospaced'> |
1138 | recipename do_foo: first | 1138 | recipename do_foo: first |
1139 | recipename do_foo: second | 1139 | recipename do_foo: second |
@@ -1207,8 +1207,8 @@ | |||
1207 | bb.plain("third") | 1207 | bb.plain("third") |
1208 | } | 1208 | } |
1209 | </literallayout> | 1209 | </literallayout> |
1210 | The output from <filename>do_foo</filename> results | 1210 | Running <filename>do_foo</filename> prints |
1211 | in the following: | 1211 | the following: |
1212 | <literallayout class='monospaced'> | 1212 | <literallayout class='monospaced'> |
1213 | recipename do_foo: first | 1213 | recipename do_foo: first |
1214 | recipename do_foo: second | 1214 | recipename do_foo: second |