aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-07 15:19:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-23 15:27:33 +0100
commitb247baeff2d6e76e155da6d12f96178773c4234f (patch)
tree98b118f2237ce45efef9d6391c9f33edfd5e3809 /documentation/ref-manual
parent79cb2ed033fbba44335435fe7627e37fcfc0b33e (diff)
downloadopenembedded-core-contrib-b247baeff2d6e76e155da6d12f96178773c4234f.tar.gz
ref-manual: More wording changes to oe-pkgdata-util section.
(From yocto-docs rev: 63f412dd31ae05dd0abdcc2b97b1c596b6054f18) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/usingpoky.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index e9278ecc6c..87360aeb05 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -295,16 +295,18 @@
<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