diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-24 07:58:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-24 19:49:38 -0700 |
commit | d02e56fd14026e2f51665631a50901fc568c731a (patch) | |
tree | 8ba09da577f6c5cae8a637370ab0c7531bc54ade /documentation/poky-ref-manual/ref-classes.xml | |
parent | 88dfc936dc37b316acdbcd1b12d37f93fe65eea7 (diff) | |
download | poky-d02e56fd14026e2f51665631a50901fc568c731a.tar.gz |
documentation: Changes to Paul Eggleton's edits for various manuals.
Paul sent me a bunch of minor edits and technical corrections
for the ADT, BSP, Development, and YP reference manual.
Most changes were taken as he submitted them. However, some
formatting conventions were not followed in the commits he made
to yocto-docs/paule/docs2. After merging them to my yocto-docs/master
branch I fixed some issues.
(From yocto-docs rev: 93f4ea2dee976448f623953e801a80d59736450a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index 4530754249..cf396800df 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml | |||
@@ -81,7 +81,7 @@ | |||
81 | <title>Alternatives - <filename>update-alternatives.bbclass</filename></title> | 81 | <title>Alternatives - <filename>update-alternatives.bbclass</filename></title> |
82 | 82 | ||
83 | <para> | 83 | <para> |
84 | Several programs can fulfil the same or similar function and be installed with the same name. | 84 | Several programs can fulfill the same or similar function and be installed with the same name. |
85 | For example, the <filename>ar</filename> command is available from the | 85 | For example, the <filename>ar</filename> command is available from the |
86 | <filename>busybox</filename>, <filename>binutils</filename> and | 86 | <filename>busybox</filename>, <filename>binutils</filename> and |
87 | <filename>elfutils</filename> packages. | 87 | <filename>elfutils</filename> packages. |