From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lf0-x243.google.com ([2a00:1450:4010:c07::243]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bmLnj-00048B-Td for barebox@lists.infradead.org; Tue, 20 Sep 2016 14:13:40 +0000 Received: by mail-lf0-x243.google.com with SMTP id l131so1009241lfl.0 for ; Tue, 20 Sep 2016 07:13:14 -0700 (PDT) From: Antony Pavlov Date: Tue, 20 Sep 2016 17:13:01 +0300 Message-Id: <20160920141301.10187-1-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] Documentation: imd: fix sphinx warning To: barebox@lists.infradead.org The patch fixes this sphinx warnings: barebox/Documentation/user/imd.rst:27: WARNING: Could not lex literal_block as "c". Highlighting skipped. Signed-off-by: Antony Pavlov Cc: Sascha Hauer --- Documentation/user/imd.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/user/imd.rst b/Documentation/user/imd.rst index e0251d6..ce1b90c 100644 --- a/Documentation/user/imd.rst +++ b/Documentation/user/imd.rst @@ -22,7 +22,9 @@ The informations can be extracted with the ``bareboximd`` tool which lives under ``scripts/`` in the barebox sourcecode. If enabled it is compiled for the compile host and also for the target architecture. barebox itself has the :ref:`command_imd` command to extract the informations. Here is an example output of the tool called -without additional options:: +without additional options: + +.. code-block:: none # imd barebox-phytec-pbab01dl-1gib.img build: #890 Wed Jul 30 16:15:24 CEST 2014 @@ -31,7 +33,9 @@ without additional options:: of_compatible: phytec,imx6x-pbab01 phytec,imx6dl-pfla02 fsl,imx6dl model: Phytec phyFLEX-i.MX6 Duallite Carrier-Board -Single informations can be extracted with the ``-t `` option:: +Single informations can be extracted with the ``-t `` option: + +.. code-block:: none # imd barebox-phytec-pbab01dl-1gib.img -t release 2014.07.0-00167-ge6632a9-dirty -- 2.9.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox