diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2014-11-02 01:09:01 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-04 20:02:08 (GMT) |
commit | 758497c3f8e2cadd893bba82b8b642b9c1a97402 (patch) | |
tree | 614a84d13884ff094ce407d32aaf06a83cf30a5d | |
parent | 15cfa32a22a93112bd1bacea6f2ce6d01f91ff9c (diff) | |
download | u-boot-758497c3f8e2cadd893bba82b8b642b9c1a97402.tar.xz |
Fix cosmetic issues in mkimage manpage
* Escape use of - in description of -F.
* Fix line continuations in examples so that the continued lines are
also bold.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
-rw-r--r-- | doc/mkimage.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/mkimage.1 b/doc/mkimage.1 index 14374da..b48f70b 100644 --- a/doc/mkimage.1 +++ b/doc/mkimage.1 @@ -115,7 +115,7 @@ FIT image. .TP .BI "\-F" Indicates that an existing FIT image should be modified. No dtc -compilation is performed and the -f flag should not be given. +compilation is performed and the \-f flag should not be given. This can be used to sign images with additional keys after initial image creation. @@ -163,7 +163,8 @@ Create FIT image with compressed kernel and sign it with keys in the skipping those for which keys cannot be found. Also add a comment. .nf .B mkimage -f kernel.its -k /public/signing-keys -K u-boot.dtb \\\\ --c "Kernel 3.8 image for production devices" kernel.itb +.br +.B -c "Kernel 3.8 image for production devices" kernel.itb .fi .P @@ -173,7 +174,8 @@ with keys that are available in the new directory. Images that request signing with unavailable keys are skipped. .nf .B mkimage -F -k /secret/signing-keys -K u-boot.dtb \\\\ --c "Kernel 3.8 image for production devices" kernel.itb +.br +.B -c "Kernel 3.8 image for production devices" kernel.itb .fi .SH HOMEPAGE |