diff mbox series

[v3,05/14] doc: mkimage: Use subsection macro

Message ID 20220625171221.2391284-6-seanga2@gmail.com
State Accepted, archived
Commit a4d0c74eed58a1bdfbaa5c131f803e741361b859
Delegated to: Heinrich Schuchardt
Headers show
Series doc: mkimage: Rework and refactor the man page; add long options | expand

Commit Message

Sean Anderson June 25, 2022, 5:12 p.m. UTC
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>
---

Changes in v3:
- Remove usage of "legacy" in section headings

Changes in v2:
- Rename first subsection to "General options"
- Use paired quotation marks

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

Comments

Simon Glass June 30, 2022, 10:06 a.m. UTC | #1
On Sat, 25 Jun 2022 at 11:12, Sean Anderson <seanga2@gmail.com> wrote:
>
> 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>
> ---
>
> Changes in v3:
> - Remove usage of "legacy" in section headings
>
> Changes in v2:
> - Rename first subsection to "General options"
> - Use paired quotation marks
>
>  doc/mkimage.1 | 8 +++-----
>  1 file changed, 3 insertions(+), 5 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/doc/mkimage.1 b/doc/mkimage.1
index 9945251a1d..025ebc0aff 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"