From: Chase Maupin Date: Wed, 26 May 2010 03:09:31 +0000 (+0000) Subject: docs/features: Fix documentation errors X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89411c871a46343a515e0271be024e6a70cc9ded;p=openembedded.git docs/features: Fix documentation errors * Fixed up typos and other errors in the documentation. Acked-by: Koen Kooi Signed-off-by: Chase Maupin Signed-off-by: Denys Dmytriyenko --- diff --git a/docs/usermanual/chapters/features.xml b/docs/usermanual/chapters/features.xml index 3cbf1d8d1d..880b75cc37 100644 --- a/docs/usermanual/chapters/features.xml +++ b/docs/usermanual/chapters/features.xml @@ -22,9 +22,9 @@ Run-time Dependencies (RDEPENDS) will be added when packaging the software. They should only contain the minimal dependencies to run the program. OpenEmbedded will analyze each packaged - binary and search for SO_NEEDED libraries. The - libraries are absolutely required by the program then OpenEmbedded is - searching for packages that installs these libraries. these packages are + binary and search for SO_NEEDED libraries. These + libraries are absolutely required by the program so OpenEmbedded will + search for packages that install these libraries. These packages are automatically added to the RDEPENDS. As a packager you don't need to worry about shared libraries anymore they will be added automatically. @@ -52,9 +52,9 @@ BBFILE_PRIORITY_local = "10" Task-base <anchor id="task-base" /> Task-base is new way of creating basic root filesystems. Instead of - having each machine setting a ton of duplicate variables, this allow a + having each machine setting a ton of duplicate variables, this allows a machine to specify its features and task-base builds it - a customised package based on what the machine needs along with what the + a customized package based on what the machine needs along with what the distro supports. To illustrate, the distro config file can say: