diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index bec6caed34..e23d3ad816 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5815,20 +5815,25 @@
IMAGE_TYPES.
-
- If you add "live" to IMAGE_FSTYPES
- inside an image recipe, be sure that you do so prior to the
- "inherit image" line of the recipe or the live image will
- not build.
-
-
-
- Due to the way this variable is processed, it is not
- possible to update its contents using
- _append or
- _prepend. To add one or more
- additional options to this variable the
- += operator must be used.
+ Notes
+
+
+ If you add "live" to
+ IMAGE_FSTYPES inside an image
+ recipe, be sure that you do so prior to the
+ "inherit image" line of the recipe or the live
+ image will not build.
+
+
+ Due to the way the OpenEmbedded build system
+ processes this variable, you cannot update its
+ contents by using _append or
+ _prepend.
+ You must use the +=
+ operator to add one or more options to the
+ IMAGE_FSTYPES variable.
+
+