diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml
index e590406706..13399016b1 100644
--- a/documentation/ref-manual/ref-development-environment.xml
+++ b/documentation/ref-manual/ref-development-environment.xml
@@ -2254,6 +2254,22 @@
variable.
+
+ As an example, a dynamically created task when creating a
+ particular image type would take the
+ following form:
+
+ do_image_type[depends]
+
+ So, if the type as specified by the
+ IMAGE_FSTYPES
+ were ext4, the dynamically generated task
+ would be as follows:
+
+ do_image_ext4[depends]
+
+
+
The final task involved in image creation is the
do_image_complete