From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] doc: minor correction in document Date: Tue, 09 Feb 2016 12:12:10 +0100 Message-ID: <8316608.ZCYmHOQNqI@xps13> References: <20160202125934.GA11000@sivlogin002.ir.intel.com> <1454418708-5213-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 7E73CAA37 for ; Tue, 9 Feb 2016 12:13:35 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id p63so153145471wmp.1 for ; Tue, 09 Feb 2016 03:13:35 -0800 (PST) In-Reply-To: <1454418708-5213-1-git-send-email-ferruh.yigit@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-02-02 13:11, Ferruh Yigit: > * remove outdated chapter reference to Multi-process support. > Fixes: fc1f2750a3ec ("doc: programmers guide") > > * html output converts "--" to "-", this is wrong when explaining the > command arguments, used fixed width quotes for them. > > v2: > * for "--" use fixed width quotes instead of option list. > * expand fixed width quotes usage to other "--" use cases. > > Signed-off-by: Ferruh Yigit Applied, thanks