From: Scott Rifenbark Date: Wed, 30 Oct 2013 13:57:45 +0000 (-0700) Subject: dev-manual: Fixed grammar error. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9cf0cf498d04a21f7e4ade48f157eff73a0d81f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dev-manual: Fixed grammar error. (From yocto-docs rev: dcbb832479943d2db637932e07d0a6d09233be5f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 9937986062d..81c513bcd92 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1085,8 +1085,8 @@ IMAGE_INSTALL_append = " strace" - 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 strace in this example. This space is required since the _append operator does not add the space.