diff --git a/documentation/ref-manual/ref-development-environment.xml b/documentation/ref-manual/ref-development-environment.xml
index 13399016b1..543a669e05 100644
--- a/documentation/ref-manual/ref-development-environment.xml
+++ b/documentation/ref-manual/ref-development-environment.xml
@@ -2243,15 +2243,16 @@
- The do_image task dynamically creates
- other do_image_* tasks as needed, which
- include compressing the root filesystem image to reduce the
- overall size of the image.
- The process turns everything into an image file or a set of
- image files.
- The formats used for the root filesystem depend on the
+ The OpenEmbedded build system dynamically creates
+ do_image_* tasks as needed, based
+ on the image types specified in the
IMAGE_FSTYPES
variable.
+ The process turns everything into an image file or a set of
+ image files and compresses the root filesystem image to reduce
+ the overall size of the image.
+ The formats used for the root filesystem depend on the
+ IMAGE_FSTYPES variable.
@@ -2262,8 +2263,8 @@
do_image_type[depends]
So, if the type as specified by the
- IMAGE_FSTYPES
- were ext4, the dynamically generated task
+ IMAGE_FSTYPES were
+ ext4, the dynamically generated task
would be as follows:
do_image_ext4[depends]