From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jingjing Wu Subject: =?utf-8?q?=5BPATCH=5D_doc=3A_correct_the_format_of_quo?= =?utf-8?q?ta?= Date: Tue, 3 Mar 2015 15:53:39 +0800 Message-ID: <1425369219-20322-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" remove the coma character by using ' character Signed-off-by: Jingjing Wu --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/tes= tpmd_app_ug/testpmd_funcs.rst index a99e14d..b6dd5bd 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -1513,7 +1513,7 @@ Configure flexible payload selection. =20 flow_director_flex_payload (port_id) (raw|l2|l3|l4) (config) =20 -For example, to select the first 16 bytes from the offset 4 (bytes) of p= acket=E2=80=99s payload as flexible payload. +For example, to select the first 16 bytes from the offset 4 (bytes) of p= acket's payload as flexible payload. =20 .. code-block:: console =20 --=20 1.9.3