From 3cc28001a3307411f3b427d6ec928fb5479cb7de Mon Sep 17 00:00:00 2001 From: Xiao Wang Date: Wed, 16 Oct 2019 04:06:45 -0400 Subject: [PATCH] doc: fix typo in l2fwd-crypto guide Unmatched double quotation mark is fixed. Fixes: ba7b86b1419b ("doc: add l2fwd-crypto sample app guide") Cc: stable@dpdk.org Signed-off-by: Xiao Wang Acked-by: Akhil Goyal --- doc/guides/sample_app_ug/l2_forward_crypto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/l2_forward_crypto.rst b/doc/guides/sample_app_ug/l2_forward_crypto.rst index e8d52dad2b..962752f21c 100644 --- a/doc/guides/sample_app_ug/l2_forward_crypto.rst +++ b/doc/guides/sample_app_ug/l2_forward_crypto.rst @@ -204,7 +204,7 @@ Crypto operation specification All the packets received in all the ports get transformed by the crypto device/s (ciphering and/or authentication). The crypto operation to be performed on the packet is parsed from the command line -(go to "Running the Application section for all the options). +(go to "Running the Application" section for all the options). If no parameter is passed, the default crypto operation is: -- 2.20.1