summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-01-30 14:55:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-12 21:48:56 +0000
commit3d7f2555aff501c2e58d4677d39f724adede45d7 (patch)
tree4afdcd553e36f3366765755a1b8dcf216698a1d8 /documentation
parent8afd4cc3ecbe8db5562b5d1ba513603bb9e038fd (diff)
downloadpoky-3d7f2555aff501c2e58d4677d39f724adede45d7.tar.gz
ref-manual: Fixed INC_PR literal example indentation.
Five-space indentation missing. (From yocto-docs rev: 6e43669a0100bb4520770d8aadee3b9c8526dbf5) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 9e51b7591c..7dc9049498 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -6697,10 +6697,10 @@
6697 revisioning by appending values to the 6697 revisioning by appending values to the
6698 <filename>INC_PR</filename> variable: 6698 <filename>INC_PR</filename> variable:
6699 <literallayout class='monospaced'> 6699 <literallayout class='monospaced'>
6700recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" 6700 recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
6701recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1" 6701 recipes-graphics/xorg-font/encodings_1.0.4.bb:PR = "${INC_PR}.1"
6702recipes-graphics/xorg-font/font-util_1.3.0.bb:PR = "${INC_PR}.0" 6702 recipes-graphics/xorg-font/font-util_1.3.0.bb:PR = "${INC_PR}.0"
6703recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" 6703 recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
6704 </literallayout> 6704 </literallayout>
6705 The first line of the example establishes the baseline 6705 The first line of the example establishes the baseline
6706 revision to be used for all recipes that use the 6706 revision to be used for all recipes that use the