diff options
author | Sean Anderson | 2022-06-25 13:12:12 -0400 |
---|---|---|
committer | Heinrich Schuchardt | 2022-07-13 20:05:49 +0200 |
commit | a4d0c74eed58a1bdfbaa5c131f803e741361b859 (patch) | |
tree | b820929deac7614bd1de936a70c0185632d0ce1d /doc/mkimage.1 | |
parent | 1bdf48623cdd5b835cbecdf2cf604d935c2a429f (diff) |
doc: mkimage: Use subsection macro
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>
Diffstat (limited to 'doc/mkimage.1')
-rw-r--r-- | doc/mkimage.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1 index 9945251a1d8..025ebc0aff6 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -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" |