diff options
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 4 |
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. |
