diff options
| author | Sean Anderson <[email protected]> | 2022-06-25 13:12:17 -0400 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-07-13 20:05:49 +0200 |
| commit | 84bd5cd4dbe73969a387e28677f54be91354862f (patch) | |
| tree | 1e5a741ed6322a43d20b21ae6f3e77ef49e33195 | |
| parent | d048718a44916389b61c272ea6f43f83eb689297 (diff) | |
doc: mkimage: Add SEE ALSO section
This adds a SEE ALSO section to link to similar man pages, as well as to
the U-Boot documentation.
Signed-off-by: Sean Anderson <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | doc/mkimage.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1 index 60978762d3e..bc28a5d7484 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -501,3 +501,11 @@ file is required. This manual page was written by Nobuhiro Iwamatsu <[email protected]> and Wolfgang Denk <[email protected]>. It was updated for image signing by Simon Glass <[email protected]>. +.SH SEE ALSO +.BR dtc (1), +.BR dumpimage (1), +.BR openssl (1), +the\~ +.UR https://\:u-boot\:.readthedocs\:.io/\:en/\:latest/\:index.html +U-Boot documentation +.UE |
