From 04128a657ad92b60fba27e4a0748d2af45d0da75 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 22 Sep 2016 16:27:41 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../bitbake-user-manual/bitbake-user-manual-metadata.xml | 8 ++++---- 1 file 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 @@ 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