From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EEEDB95D5 for ; Tue, 2 Feb 2016 13:59:37 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 02 Feb 2016 04:59:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,384,1449561600"; d="scan'208";a="894646861" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga001.fm.intel.com with ESMTP; 02 Feb 2016 04:59:37 -0800 Received: from sivlogin002.ir.intel.com (sivlogin002.ir.intel.com [10.237.217.37]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id u12CxZcQ004202; Tue, 2 Feb 2016 12:59:35 GMT Received: from sivlogin002.ir.intel.com (localhost [127.0.0.1]) by sivlogin002.ir.intel.com with ESMTP id u12CxZpl022480; Tue, 2 Feb 2016 12:59:35 GMT Received: (from fyigit@localhost) by sivlogin002.ir.intel.com with œ id u12CxZlP022476; Tue, 2 Feb 2016 12:59:35 GMT X-Authentication-Warning: sivlogin002.ir.intel.com: fyigit set sender to ferruh.yigit@intel.com using -f Date: Tue, 2 Feb 2016 12:59:34 +0000 From: "Yigit, Ferruh" To: "Mcnamara, John" Message-ID: <20160202125934.GA11000@sivlogin002.ir.intel.com> Mail-Followup-To: "Mcnamara, John" , "dev@dpdk.org" References: <1454062308-19758-1-git-send-email-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Cc: "dev@dpdk.org" 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: Tue, 02 Feb 2016 12:59:38 -0000 On Mon, Feb 01, 2016 at 04:02:05PM +0000, Mcnamara, John wrote: > > -----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 > > > > ... > > > > * html output converts "--" to "-", this is wrong when explaining the > > command arguments, used "option list" to fix this: > > > > 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 documentation > of commandline options very clean. > > However, it doesn't render as wrapped text in the Html output and has scroll bars instead. > This make it a little hard to read. > > Maybe as a workaround we could just use fixed width quotes like other places in the docs. > Like this: > > > * ``--proc-type``: for specifying a given process ... > * ``--file-prefix``: to allow processes that do not ... > Thank you for the workaround, I will update according. Thanks, ferruh