From 67d5501d5fd6b7ac3ee9ad97962fcf8a41d00cff Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 Sep 2016 16:27:41 -0700 Subject: bitbake-user-manual: Updated minor wordings. Fixes [YOCTO #10296] Applied some minor wording changes per review edits. Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index 82094b85c..5636a3562 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -1132,8 +1132,8 @@ bbplain fourth } - The output from do_foo - results in the following: + Running do_foo + prints the following: recipename do_foo: first recipename do_foo: second @@ -1207,8 +1207,8 @@ bb.plain("third") } - The output from do_foo results - in the following: + Running do_foo prints + the following: recipename do_foo: first recipename do_foo: second -- cgit 1.2.3-korg