diff options
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index bc08c814d1..fc55ef6483 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
@@ -342,7 +342,7 @@ | |||
342 | 342 | ||
343 | <para> | 343 | <para> |
344 | When you use this syntax, BitBake expects one or more strings. | 344 | When you use this syntax, BitBake expects one or more strings. |
345 | Surrounding spaces are removed as well. | 345 | Surrounding spaces and spacing are preserved. |
346 | Here is an example: | 346 | Here is an example: |
347 | <literallayout class='monospaced'> | 347 | <literallayout class='monospaced'> |
348 | FOO = "123 456 789 123456 123 456 123 456" | 348 | FOO = "123 456 789 123456 123 456 123 456" |
@@ -352,8 +352,8 @@ | |||
352 | FOO2_remove = "abc def" | 352 | FOO2_remove = "abc def" |
353 | </literallayout> | 353 | </literallayout> |
354 | The variable <filename>FOO</filename> becomes | 354 | The variable <filename>FOO</filename> becomes |
355 | "789 123456" and <filename>FOO2</filename> becomes | 355 | " 789 123456 " and <filename>FOO2</filename> becomes |
356 | "ghi abcdef". | 356 | " ghi abcdef ". |
357 | </para> | 357 | </para> |
358 | 358 | ||
359 | <para> | 359 | <para> |