From: Scott Rifenbark Date: Wed, 27 Mar 2013 20:17:47 +0000 (-0700) Subject: ref-manual: Grammar and punctuation fixes. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7ab29d71a791f80d94536fe2695df0ca6500299;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Grammar and punctuation fixes. (From yocto-docs rev: 6352ea714b653f2a6d4e189eefb6376161bc1de8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index cda9f72c790..53ba07d1944 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -475,8 +475,8 @@ The debug files should all be in the -dbg package. Thus, anything packaged elsewhere is incorrect packaging. arch: - Checks the Executable and Linkable Format (ELF) type, bit size and endianness - of any binaries to ensure it matches the target architecture. + Checks the Executable and Linkable Format (ELF) type, bit size, and endianness + of any binaries to ensure they match the target architecture. This test fails if any binaries don't match the type since there would be an incompatibility. Sometimes software, like bootloaders, might need to bypass this check.