diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-22 16:07:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-06 11:39:37 +0100 |
commit | dda8ed0662db513f91a260a49be63ed013c28054 (patch) | |
tree | 5d6a47d9548d809f2cdad4d6c5f4f48c25e46352 /bitbake | |
parent | f12825d4bf7091576856650123c7d7614b9089af (diff) | |
download | poky-dda8ed0662db513f91a260a49be63ed013c28054.tar.gz |
bitbake: bitbake-user-manual: Fixed grammar from missing word
Fixes [YOCTO #10293]
I omitted the work "quote" and needed to have it there.
(Bitbake rev: 5087d856a39fd7be9716d1a2c185fc764f63f2c7)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 2 |
1 files changed, 1 insertions, 1 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 ada4e22d66..47691af3b3 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | |||
@@ -49,7 +49,7 @@ | |||
49 | You can use single quotes instead of double quotes | 49 | You can use single quotes instead of double quotes |
50 | when setting a variable's value. | 50 | when setting a variable's value. |
51 | Doing so allows you to use values that contain the double | 51 | Doing so allows you to use values that contain the double |
52 | character: | 52 | quote character: |
53 | <literallayout class='monospaced'> | 53 | <literallayout class='monospaced'> |
54 | VARIABLE = 'I have a " in my value' | 54 | VARIABLE = 'I have a " in my value' |
55 | </literallayout> | 55 | </literallayout> |