dev-manual: Fixed grammar error.

(From yocto-docs rev: dcbb832479943d2db637932e07d0a6d09233be5f)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-10-30 06:57:45 -07:00 committed by Richard Purdie
parent f5180d75e1
commit c9cf0cf498
1 changed files with 2 additions and 2 deletions

View File

@ -1085,8 +1085,8 @@
<literallayout class='monospaced'>
IMAGE_INSTALL_append = " strace"
</literallayout>
Use of the syntax is important.
Specifically, the space between the quote and the package name, which is
Use of the syntax is important - specifically, the space between
the quote and the package name, which is
<filename>strace</filename> in this example.
This space is required since the <filename>_append</filename>
operator does not add the space.