summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml2
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.