diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2015-01-06 08:47:14 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:46 +0000 |
commit | b7020b0bb8d0de28257b69fb157b0ac3c53ea6fd (patch) | |
tree | c7232704d86165bce675ea0a8e72d838991452b7 /documentation | |
parent | 88f431cddfc80408a7fce3609ea5a1aa97cf0af4 (diff) | |
download | poky-b7020b0bb8d0de28257b69fb157b0ac3c53ea6fd.tar.gz |
dev-manual: Added missing ending quotation to code snippet.
(From yocto-docs rev: 7bf228dbf54e227a06dc69d701b9c83f9c6a2f3a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0085cefa81..c762e3cf6c 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -7583,7 +7583,7 @@ Gateways via their Web Interfaces</ulink>"</emphasis> | |||
7583 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SRCPV'><filename>SRCPV</filename></ulink>. | 7583 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SRCPV'><filename>SRCPV</filename></ulink>. |
7584 | Here is an example: | 7584 | Here is an example: |
7585 | <literallayout class='monospaced'> | 7585 | <literallayout class='monospaced'> |
7586 | PV = "1.2.3+git${SRCPV} | 7586 | PV = "1.2.3+git${SRCPV}" |
7587 | </literallayout> | 7587 | </literallayout> |
7588 | Then, you can add the following to your | 7588 | Then, you can add the following to your |
7589 | <filename>local.conf</filename>: | 7589 | <filename>local.conf</filename>: |