diff options
| -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. |
