From patchwork Fri Dec 23 15:40:20 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Horst Kronstorfer X-Patchwork-Id: 133099 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 7F581B71A1 for ; Sat, 24 Dec 2011 03:30:46 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B993B282F7; Fri, 23 Dec 2011 17:30:44 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zH9f0taCu9sA; Fri, 23 Dec 2011 17:30:44 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 6701B282F8; Fri, 23 Dec 2011 17:30:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 036F3282F8 for ; Fri, 23 Dec 2011 17:30:41 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ja9dg5ikUg5s for ; Fri, 23 Dec 2011 17:30:39 +0100 (CET) X-Greylist: delayed 3010 seconds by postgrey-1.27 at theia; Fri, 23 Dec 2011 17:30:38 CET X-policyd-weight: IN_SBL_XBL_SPAMHAUS=4.35 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from m3f4.kronos.net (178-190-197-55.adsl.highway.telekom.at [178.190.197.55]) by theia.denx.de (Postfix) with ESMTPS id 763FF282F7 for ; Fri, 23 Dec 2011 17:30:38 +0100 (CET) Received: from m3f4.kronos.net (m3f4.kronos.net [127.0.0.1]) by m3f4.kronos.net (8.14.5/8.14.5) with ESMTP id pBNFeLXh024926; Fri, 23 Dec 2011 16:40:21 +0100 Received: (from mabuze@localhost) by m3f4.kronos.net (8.14.5/8.14.5/Submit) id pBNFeLsY024925; Fri, 23 Dec 2011 16:40:21 +0100 From: Horst Kronstorfer To: u-boot@lists.denx.de Date: Fri, 23 Dec 2011 16:40:20 +0100 Message-Id: <1324654820-24888-1-git-send-email-hkronsto@frequentis.com> X-Mailer: git-send-email 1.7.7.4 Subject: [U-Boot] [PATCH] doc/mkimage.1: Fix -D/-f options formatting X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Horst Kronstorfer --- doc/mkimage.1 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mkimage.1 b/doc/mkimage.1 index 800aed4..39652c8 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.