summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-27 13:17:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:35 +0100
commitc7ab29d71a791f80d94536fe2695df0ca6500299 (patch)
tree8a631f1e2549cd12f6e45fcc426aa31c659f223b /documentation/ref-manual/ref-classes.xml
parentcb234f5f904a2ff6850964919853df7799c4a0a5 (diff)
downloadpoky-c7ab29d71a791f80d94536fe2695df0ca6500299.tar.gz
ref-manual: Grammar and punctuation fixes.
(From yocto-docs rev: 6352ea714b653f2a6d4e189eefb6376161bc1de8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index cda9f72c79..53ba07d194 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -475,8 +475,8 @@
475 The debug files should all be in the <filename>-dbg</filename> package. 475 The debug files should all be in the <filename>-dbg</filename> package.
476 Thus, anything packaged elsewhere is incorrect packaging.</para></listitem> 476 Thus, anything packaged elsewhere is incorrect packaging.</para></listitem>
477 <listitem><para><emphasis><filename>arch:</filename></emphasis> 477 <listitem><para><emphasis><filename>arch:</filename></emphasis>
478 Checks the Executable and Linkable Format (ELF) type, bit size and endianness 478 Checks the Executable and Linkable Format (ELF) type, bit size, and endianness
479 of any binaries to ensure it matches the target architecture. 479 of any binaries to ensure they match the target architecture.
480 This test fails if any binaries don't match the type since there would be an 480 This test fails if any binaries don't match the type since there would be an
481 incompatibility. 481 incompatibility.
482 Sometimes software, like bootloaders, might need to bypass this check. 482 Sometimes software, like bootloaders, might need to bypass this check.