From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 1FCCF93C0 for ; Mon, 1 Feb 2016 17:02:15 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP; 01 Feb 2016 08:02:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,380,1449561600"; d="scan'208";a="874136500" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga001.jf.intel.com with ESMTP; 01 Feb 2016 08:02:07 -0800 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX151.ger.corp.intel.com (163.33.192.59) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 1 Feb 2016 16:02:06 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.30]) by irsmsx111.ger.corp.intel.com ([169.254.2.198]) with mapi id 14.03.0248.002; Mon, 1 Feb 2016 16:02:06 +0000 From: "Mcnamara, John" To: "Yigit, Ferruh" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: minor correction in document Thread-Index: AQHRWn2T96ShwYRVbkKG5B8B0Cd0IJ8XXZAQ Date: Mon, 1 Feb 2016 16:02:05 +0000 Message-ID: References: <1454062308-19758-1-git-send-email-ferruh.yigit@intel.com> In-Reply-To: <1454062308-19758-1-git-send-email-ferruh.yigit@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: minor correction in document X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2016 16:02:16 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Friday, January 29, 2016 10:12 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: minor correction in document >=20 > ... > > * html output converts "--" to "-", this is wrong when explaining the > command arguments, used "option list" to fix this: >=20 > http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#option= - > lists Hi Ferruh, That is interesting. I wasn't aware of that option. That would make the doc= umentation of commandline options very clean. However, it doesn't render as wrapped text in the Html output and has scrol= l bars instead. This make it a little hard to read. Maybe as a workaround we could just use fixed width quotes like other place= s in the docs. Like this: * ``--proc-type``: for specifying a given process ... * ``--file-prefix``: to allow processes that do not ... John. --=20