diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index e5c365053b..0222af11d3 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5949,19 +5949,19 @@
image through the
image
class.
- You should use the IMAGE_INSTALL
- variable with care to avoid ordering issues.
+ Use the IMAGE_INSTALL variable with
+ care to avoid ordering issues.
Image recipes set IMAGE_INSTALL
to specify the packages to install into an image through
image.bbclass.
- Additionally, "helper" classes exist, such as the
- core-image,
- class that can take
+ Additionally, "helper" classes such as the
+ core-image
+ class exist that can take lists used with
IMAGE_FEATURES
- lists and turn these into auto-generated entries in
+ and turn them into auto-generated entries in
IMAGE_INSTALL in addition to its
default contents.