[PATCH 05/12] doc: mkimage: Use subsection macro

Sean Anderson seanga2 at gmail.com
Sun Jun 12 06:19:52 CEST 2022


The options are divided up into several subsections. Use the appropriate
macro. While we're at it, rename the headings to better reflect the
contents of their sections.

Signed-off-by: Sean Anderson <seanga2 at gmail.com>
---

 doc/mkimage.1 | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/doc/mkimage.1 b/doc/mkimage.1
index 8f315f0fb3..a231771991 100644
--- a/doc/mkimage.1
+++ b/doc/mkimage.1
@@ -50,7 +50,7 @@ supports verified boot.
 .
 .SH OPTIONS
 .
-.B List image information:
+.SS Options for listing image information
 .
 .TP
 .BI \-l " uimage-file-name"
@@ -66,8 +66,7 @@ Without this option image type is autodetected.
 .B \-q
 Quiet. Don't print the image header on successful verification.
 .
-.P
-.B Create old legacy image:
+.SS Options for creating legacy or \(dqauto\(dq images
 .
 .TP
 .BI \-A " architecture"
@@ -150,8 +149,7 @@ just the header, everything but the image data, or nothing at all.
 .B \-v
 Verbose. Print file names as they are added to the image.
 .
-.P
-.B Create FIT image:
+.SS Options for creating FIT images
 .
 .TP
 .BI \-b " device-tree-file"
-- 
2.35.1



More information about the U-Boot mailing list