ref-manual/ref-classes: minor typo fixes and clarifications

Removed a redundant use of "and" and broke the long sentence into
two.

(From yocto-docs rev: d6087ffaf36a3e3f16a7910c2b065bebaaf20a23)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2013-04-11 19:19:17 +01:00 committed by Richard Purdie
parent 727b31c8c8
commit 47cb48159f
1 changed files with 8 additions and 7 deletions

View File

@ -17,7 +17,7 @@
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
Class files can also be pointed to by Class files can also be pointed to by
<link linkend='var-BUILDDIR'><filename>BUILDDIR</filename></link> <link linkend='var-BUILDDIR'><filename>BUILDDIR</filename></link>
(e.g. <filename>build/</filename>)in the same way as (e.g. <filename>build/</filename>) in the same way as
<filename>.conf</filename> files in the <filename>conf</filename> directory. <filename>.conf</filename> files in the <filename>conf</filename> directory.
Class files are searched for in <link linkend='var-BBPATH'><filename>BBPATH</filename></link> Class files are searched for in <link linkend='var-BBPATH'><filename>BBPATH</filename></link>
using the same method by which <filename>.conf</filename> files are searched. using the same method by which <filename>.conf</filename> files are searched.
@ -171,7 +171,7 @@
<para> <para>
This class renames packages so that they follow the Debian naming This class renames packages so that they follow the Debian naming
policy (i.e. <filename>eglibc</filename> becomes <filename>libc6</filename> policy (i.e. <filename>eglibc</filename> becomes <filename>libc6</filename>
and <filename>eglibc-devel</filename> becomes <filename>libc6-dev</filename>. and <filename>eglibc-devel</filename> becomes <filename>libc6-dev</filename>.)
</para> </para>
</section> </section>
@ -179,9 +179,10 @@
<title>Pkg-config - <filename>pkgconfig.bbclass</filename></title> <title>Pkg-config - <filename>pkgconfig.bbclass</filename></title>
<para> <para>
<filename>pkg-config</filename> brought standardization and this class <filename>pkg-config</filename> provides a standard way to get
aims to smooth integration of <filename>pkg-config</filename> header and library information.
into libraries that use it. This class aims to smooth integration of
<filename>pkg-config</filename> into libraries that use it.
</para> </para>
<para> <para>
@ -435,8 +436,8 @@
<title>Host System Sanity Checks - <filename>sanity.bbclass</filename></title> <title>Host System Sanity Checks - <filename>sanity.bbclass</filename></title>
<para> <para>
This class checks to see if prerequisite software is present so that This class checks to see if prerequisite software is present on the host system
users can be notified of potential problems that might affect their build. so that users can be notified of potential problems that might affect their build.
The class also performs basic user configuration checks from The class also performs basic user configuration checks from
the <filename>local.conf</filename> configuration file to the <filename>local.conf</filename> configuration file to
prevent common mistakes that cause build failures. prevent common mistakes that cause build failures.