From 3ac95df07b54caf459f6ed68f62eeb3f55154c47 Mon Sep 17 00:00:00 2001 From: Jingjing Wu Date: Tue, 3 Mar 2015 15:53:39 +0800 Subject: [PATCH] doc: fix quote 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/testpmd_app_ug/testpmd_funcs.rst index 106b3cf051..4d430ffe6f 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -1549,7 +1549,7 @@ Configure flexible payload selection. flow_director_flex_payload (port_id) (raw|l2|l3|l4) (config) -For example, to select the first 16 bytes from the offset 4 (bytes) of packet’s payload as flexible payload. +For example, to select the first 16 bytes from the offset 4 (bytes) of packet's payload as flexible payload. .. code-block:: console -- 2.20.1