diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-18 07:48:21 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:19 +0100 |
| commit | 05195def10b97de58a2f3e5c1880373cf1885d80 (patch) | |
| tree | 899493935544ade9eb563cf2718cba0da4e5225c | |
| parent | e75b770c92760858d5cec3c0c3023c6cd99fadd2 (diff) | |
| download | poky-05195def10b97de58a2f3e5c1880373cf1885d80.tar.gz | |
ref-manual: Updated APPEPND variable.
Changed wording so I could reference the proper name of the
LABELS variable.
(From yocto-docs rev: 05e5f287bde8219d1f8125d71fd48a36a422009a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0287b910a0..0f8e0a44c4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -254,13 +254,14 @@ | |||
| 254 | 254 | ||
| 255 | <glossentry id='var-APPEND'><glossterm>APPEND</glossterm> | 255 | <glossentry id='var-APPEND'><glossterm>APPEND</glossterm> |
| 256 | <info> | 256 | <info> |
| 257 | APPEND[doc] = "An override list of append strings for each LABEL." | 257 | APPEND[doc] = "An override list of append strings for target specified using LABELS." |
| 258 | </info> | 258 | </info> |
| 259 | <glossdef> | 259 | <glossdef> |
| 260 | <para role="glossdeffirst"> | 260 | <para role="glossdeffirst"> |
| 261 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 261 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
| 262 | An override list of append strings for each | 262 | An override list of append strings for each target |
| 263 | <link linkend='var-LABELS'><filename>LABEL</filename></link>. | 263 | specified with |
| 264 | <link linkend='var-LABELS'><filename>LABELS</filename></link>. | ||
| 264 | </para> | 265 | </para> |
| 265 | 266 | ||
| 266 | <para> | 267 | <para> |
