summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index b6777747d5..615b373ebf 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -77,8 +77,9 @@
77 <glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm> 77 <glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm>
78 <glossdef> 78 <glossdef>
79 <para>When <filename><link linkend='var-SRCREV'>SRCREV</link></filename> 79 <para>When <filename><link linkend='var-SRCREV'>SRCREV</link></filename>
80 is set to the value of this variable, it specifies that the latest 80 is set to the value of this variable, it specifies to use the latest
81 source revision in the repository should be used. Here is an example: 81 source revision in the repository.
82 Here is an example:
82 <literallayout class='monospaced'> 83 <literallayout class='monospaced'>
83 SRCREV = "${AUTOREV}" 84 SRCREV = "${AUTOREV}"
84 </literallayout> 85 </literallayout>