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 BA6EC7D3A for ; Wed, 23 Aug 2017 13:34:29 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2017 04:34:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,416,1498546800"; d="scan'208";a="121855197" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 23 Aug 2017 04:34:27 -0700 To: ogawa.yasufumi@lab.ntt.co.jp, gerald.rogers@intel.com, sy.jong.choi@intel.com, spp@dpdk.org References: <20170820164246.82586-1-ogawa.yasufumi@lab.ntt.co.jp> From: Ferruh Yigit Message-ID: <73fd7bfc-7e79-d86a-fc45-73dd76fa4b73@intel.com> Date: Wed, 23 Aug 2017 12:34:26 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170820164246.82586-1-ogawa.yasufumi@lab.ntt.co.jp> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [spp] [PATCH 1/6] Update command line examples X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2017 11:34:30 -0000 On 8/20/2017 5:42 PM, ogawa.yasufumi@lab.ntt.co.jp wrote: > From: Yasufumi Ogawa > > * Add code block directive for command line examples. > > * Add '$' at the head of command line > > Signed-off-by: Yasufumi Ogawa Hi Yasufumi, Thank you for the documentation clean-up! Series applied to dpdk-next-net/master, thanks.