diff options
author | Michael Jones <michael.jones@matrix-vision.de> | 2010-05-18 05:35:35 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2010-05-18 12:02:09 -0400 |
commit | 8bd97afd2357483726949a34086f9fd8a6bf6f2d (patch) | |
tree | 67cf17b1d5bbfdd44d2fd04a1f22dab6f29b24c1 /docs/usermanual/reference/dirs_install.xml | |
parent | e2a7e630d408fb884d33e7b363572f6b854f7a07 (diff) |
docs/ spelling fixes
Just a few things in the documentation I noticed while reading up on OE. I don't understand why 'git diff' included "\ No newline at end of file" for some of these, or how I could instruct it not to, but I also didn't want to pick apart my patch outside of git.
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Diffstat (limited to 'docs/usermanual/reference/dirs_install.xml')
-rw-r--r-- | docs/usermanual/reference/dirs_install.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usermanual/reference/dirs_install.xml b/docs/usermanual/reference/dirs_install.xml index 75f85ac930..14f3fc645e 100644 --- a/docs/usermanual/reference/dirs_install.xml +++ b/docs/usermanual/reference/dirs_install.xml @@ -6,7 +6,7 @@ control the directories into which files are installed.</para> <para>These variables can be used directly by the recipe to refer to paths - that will be used after the package is installed. For example, when specify + that will be used after the package is installed. For example, when specifying the location of configuration files you need to specify the location on the target as show in the following example from quagga:<screen># Indicate that the default files are configuration files CONFFILES_${PN} = "${sysconfdir}/default/quagga" |