summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml8
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