bitbake: usermanual: Fix missing markup
authorRobert P. J. Day <rpjday@crashcourse.ca>
Thu, 5 Jul 2012 23:58:52 +0000 (19:58 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jul 2012 08:41:56 +0000 (09:41 +0100)
(Bitbake rev: 68af2b09315ba35eae24933a599014a662789c2c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/doc/manual/usermanual.xml

index 81b301a..e776b43 100644 (file)
@@ -336,7 +336,7 @@ SRC_URI_append_1.0.7+ = "file://some_patch_which_the_new_versions_need.patch;pat
                 <para>The 'depends' flag for tasks is a more generic form of which allows an interdependency on specific tasks rather than specifying the data in DEPENDS.</para>
                 <para><screen>do_patch[depends] = "quilt-native:do_populate_staging"</screen></para>
                 <para>means the do_populate_staging task of the target quilt-native must have completed before the do_patch can execute.</para>
-                <para>The 'rdepends' flag works in a similar way but takes targets in the runtime namespace instead of the build time dependency namespace.
+                <para>The 'rdepends' flag works in a similar way but takes targets in the runtime namespace instead of the build time dependency namespace.</para>
             </section>
         </section>