summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-30 06:57:45 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:46:47 +0000
commit2ad3e6e0e4816616e19b8ba6527d32e6ffb7947e (patch)
tree0f3faef0a72fab663995e3677ca8070890307941 /documentation/dev-manual
parentbc12d35a7f5c0fb9623a681e5dc3a1c20edea4e3 (diff)
downloadpoky-2ad3e6e0e4816616e19b8ba6527d32e6ffb7947e.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 66b862b177..faa529040a 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1085,8 +1085,8 @@
1085 <literallayout class='monospaced'> 1085 <literallayout class='monospaced'>
1086 IMAGE_INSTALL_append = " strace" 1086 IMAGE_INSTALL_append = " strace"
1087 </literallayout> 1087 </literallayout>
1088 Use of the syntax is important. 1088 Use of the syntax is important - specifically, the space between
1089 Specifically, the space between the quote and the package name, which is 1089 the quote and the package name, which is
1090 <filename>strace</filename> in this example. 1090 <filename>strace</filename> in this example.
1091 This space is required since the <filename>_append</filename> 1091 This space is required since the <filename>_append</filename>
1092 operator does not add the space. 1092 operator does not add the space.