diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-12-07 07:30:11 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-07 17:13:17 +0000 |
| commit | a2100b9b9d06c88f3791620729f64c39f8443f64 (patch) | |
| tree | 9c597f4d04fe0309374a7ab52f47b5755e2e810f | |
| parent | fdacedcafde3bcbcf6ef26e482a4fd3d638acf85 (diff) | |
| download | poky-a2100b9b9d06c88f3791620729f64c39f8443f64.tar.gz | |
documentation: poky-ref-manual - Fixed grammar typo.
(From yocto-docs rev: 6f9fe9a15a57312e09fc1a247f45bccb0aa95dd4)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index ac068228cf..fcfc88b8dc 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
| @@ -788,7 +788,7 @@ | |||
| 788 | <literallayout class='monospaced'> | 788 | <literallayout class='monospaced'> |
| 789 | FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:" | 789 | FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:" |
| 790 | </literallayout> | 790 | </literallayout> |
| 791 | Typically, you want your directories search first. | 791 | Typically, you want your directories searched first. |
| 792 | To make sure that happens, use <filename>_prepend</filename> and | 792 | To make sure that happens, use <filename>_prepend</filename> and |
| 793 | the immediate expansion (<filename>:=</filename>) operator as shown in the | 793 | the immediate expansion (<filename>:=</filename>) operator as shown in the |
| 794 | previous example. | 794 | previous example. |
