]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake-user-manual: Updated minor wordings.
authorScott Rifenbark <srifenbark@gmail.com>
Thu, 22 Sep 2016 23:27:41 +0000 (16:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Oct 2016 10:39:37 +0000 (11:39 +0100)
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>
bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml

index 82094b85c6ded054cde4342d785137ab2da2ac42..5636a35620ddab6bfd337e87ede62fa751248340 100644 (file)
          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