summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/android/boot-image.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/android/boot-image.rst b/doc/android/boot-image.rst
index 195da688f4..fa8f2a47ee 100644
--- a/doc/android/boot-image.rst
+++ b/doc/android/boot-image.rst
@@ -30,9 +30,10 @@ next image headers:
v2, v1 and v0 formats are backward compatible.
-Android Boot Image format is represented by :c:type:`struct andr_img_hdr` in
-U-Boot, and can be seen in ``include/android_image.h``. U-Boot supports booting
-Android Boot Image and also has associated command
+The Android Boot Image format is represented by
+:c:type:`struct andr_img_hdr <andr_img_hdr>` in U-Boot, and can be seen in
+``include/android_image.h``. U-Boot supports booting Android Boot Image and also
+has associated command
Booting
-------