diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-30 06:57:45 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:09:57 +0000 |
| commit | c9cf0cf498d04a21f7e4ade48f157eff73a0d81f (patch) | |
| tree | ac009f2008eca293a60f70f4566e671609d4f714 | |
| parent | f5180d75e1a722accd73f4f608ba4e9ce1c466a6 (diff) | |
| download | poky-c9cf0cf498d04a21f7e4ade48f157eff73a0d81f.tar.gz | |
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>
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 |
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 9937986062..81c513bcd9 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. |
