ref-manual: Edits to the AUTOREV glossary entry.

(From yocto-docs rev: 574f9a258378ddb91e186eddcf871bd3348fcf47)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-03-28 08:27:24 -07:00 committed by Richard Purdie
parent c35b0e33be
commit 5d847ed6b5
1 changed files with 3 additions and 2 deletions

View File

@ -77,8 +77,9 @@
<glossentry id='var-AUTOREV'><glossterm>AUTOREV</glossterm>
<glossdef>
<para>When <filename><link linkend='var-SRCREV'>SRCREV</link></filename>
is set to the value of this variable, it specifies that the latest
source revision in the repository should be used. Here is an example:
is set to the value of this variable, it specifies to use the latest
source revision in the repository.
Here is an example:
<literallayout class='monospaced'>
SRCREV = "${AUTOREV}"
</literallayout>