diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 933edcf6e1..dad63ad9f6 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4932,7 +4932,9 @@
During the build process, BitBake searches each directory in
FILESPATH in the specified order when
looking for files and patches specified by each
- file:// URI in a recipe.
+ file:// URI in a recipe's
+ SRC_URI
+ statements.
@@ -4962,6 +4964,18 @@
the FILESPATH variable by using
the FILESEXTRAPATHS variable.
+
+
+ You can find out more about the patching process in the
+ "Patching"
+ section in the Yocto Project Overview and Concepts Manual
+ and the
+ "Patching Code"
+ section in the Yocto Project Development Tasks Manual.
+ See the
+ do_patch
+ task as well.
+