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 @@ FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:" - Typically, you want your directories search first. + Typically, you want your directories searched first. To make sure that happens, use _prepend and the immediate expansion (:=) operator as shown in the previous example.