diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 2b0172317d..84614ea486 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -12527,8 +12527,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
- In this example, intone depends on
- mplayer2.
+ In the previous example, intone
+ depends on mplayer2.
+
+
+
+ You can use the special token "*" on
+ the left-hand side of the dependency to match all
+ recipes except the one on the right-hand side.
+ Here is an example:
+
+ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "*->quilt-native"
+
+
+
+
+ In the previous example, all recipes except
+ quilt-native ignore task
+ signatures from the quilt-native
+ recipe when determining their task signatures.