aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-08-05 13:47:53 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-12 13:50:30 +0100
commit20581875f25c0cc5777a2383d15129d2f9b35910 (patch)
treecc3ab033074700a4ee6fc5e97e74f4627c88ee96 /documentation
parenta20e75f45bcf156e472b7135b04e1f4f8fd70ce4 (diff)
downloadopenembedded-core-contrib-20581875f25c0cc5777a2383d15129d2f9b35910.tar.gz
ref-manual: Edits to some FAQ entries.
Minor review edits from Max. (From yocto-docs rev: c70de50aeceda60db92c5e488bde8fe910eaeba1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/faq.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml
index 7d4cb725de..5488f8ef23 100644
--- a/documentation/ref-manual/faq.xml
+++ b/documentation/ref-manual/faq.xml
@@ -754,7 +754,7 @@
</literallayout>
Even if the paths look unusual, they both are correct -
the first for a target and the second for a native recipe.
- This paths are a consequence of the
+ These paths are a consequence of the
<filename>DESTDIR</filename> mechanism and while they
appear strange, they are correct and in practice very effective.
</para>
@@ -783,9 +783,9 @@
The makefile's hardcoded default value of "/usr/bin" worked
most of the time, but not for the recipe's
<filename>-native</filename> variant.
- For example, permissions errors might be caused by a Makefile
- that ignores <filename>DESTDIR</filename> or uses a different
- name for that environment variable.
+ For another example, permissions errors might be caused
+ by a Makefile that ignores <filename>DESTDIR</filename> or uses
+ a different name for that environment variable.
Check the the build system to see if these kinds of
issues exist.
</para>