]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: More wording changes to oe-pkgdata-util section.
authorScott Rifenbark <srifenbark@gmail.com>
Wed, 7 Sep 2016 22:19:56 +0000 (15:19 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2016 14:27:33 +0000 (15:27 +0100)
(From yocto-docs rev: 63f412dd31ae05dd0abdcc2b97b1c596b6054f18)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/usingpoky.xml

index e9278ecc6c5b37836240a65ba5e84737ef4a0d22..87360aeb058cb7fbd6971425da57e521a9bb14a6 100644 (file)
                         <filename>${WORKDIR}/packages-split</filename>
                         directory, make sure that
                         <link linkend='ref-classes-rm-work'><filename>rm_work</filename></link>
-                        is not enabled when you build the recipe.</para>
+                        is not enabled when you build the recipe.
+                        </para>
                         </note>
                     </para></listitem>
                 <listitem><para>
                     <filename>oe-pkgdata-util find-path&nbsp;</filename><replaceable>path</replaceable><filename>&nbsp;...</filename>:
                     Lists the names of the packages that contain the given
                     paths.
-                    For example, the following tells us that the
-                    <filename>make-doc</filename> package contains
-                    <filename>/usr/share/man/man1/make.1</filename>:
+                    For example, the following tells us that
+                    <filename>/usr/share/man/man1/make.1</filename>
+                    is contained in the <filename>make-doc</filename>
+                    package:
                     <literallayout class='monospaced'>
      $ oe-pkgdata-util find-path /usr/share/man/man1/make.1
      make-doc: /usr/share/man/man1/make.1