From: Horst Kronstorfer <hkronsto@frequentis.com>
Date: Fri, 23 Dec 2011 05:40:20 +0000 (+0000)
Subject: doc/mkimage.1: Fix -D/-f options formatting
X-Git-Tag: v2025.01-rc5-pxa1908~18248
X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=49fbf4371e0e218cfc5448d6d189baafb7cfbd2c;p=u-boot.git

doc/mkimage.1: Fix -D/-f options formatting

Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
---

diff --git a/doc/mkimage.1 b/doc/mkimage.1
index 800aed4e72..39652c82d0 100644
--- a/doc/mkimage.1
+++ b/doc/mkimage.1
@@ -82,12 +82,12 @@ Set XIP (execute in place) flag.
 .B Create FIT image:
 
 .TP
-.BI "\-D "dtc option"
+.BI "\-D [" "dtc options" "]"
 Provide special options to the device tree compiler that is used to
 create the image.
 
 .TP
-.BI "\-f "fit-image.its"
+.BI "\-f [" "image tree source file" "]"
 Image tree source file that describes the structure and contents of the
 FIT image.