doc: mkimage: Use subsection macro
authorSean Anderson <seanga2@gmail.com>
Sat, 25 Jun 2022 17:12:12 +0000 (13:12 -0400)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 13 Jul 2022 18:05:49 +0000 (20:05 +0200)
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@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/mkimage.1

index 9945251..025ebc0 100644 (file)
@@ -52,7 +52,7 @@ supports verified boot.
 .
 .SH OPTIONS
 .
-.B List image information:
+.SS General options
 .
 .TP
 .BI \-l " uimage-file-name"
@@ -68,8 +68,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 General image-creation options
 .
 .TP
 .BI \-A " architecture"
@@ -152,8 +151,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"