]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Fixed grammar error.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 30 Oct 2013 13:57:45 +0000 (06:57 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Nov 2013 17:09:57 +0000 (17:09 +0000)
(From yocto-docs rev: dcbb832479943d2db637932e07d0a6d09233be5f)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-common-tasks.xml

index 9937986062d3e02b3f59436f57878d96495f93b7..81c513bcd920d66645aec2641c3a5a443fcb77f4 100644 (file)
                 <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.