dev-manual: Fixed grammar error.

(From yocto-docs rev: b3efa5dd7c647025da4066c8d44f55a7861ab675)

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 bc12d35a7f
commit 2ad3e6e0e4
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.