From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 77FB2A3168 for ; Wed, 16 Oct 2019 10:29:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2E1941E8FF; Wed, 16 Oct 2019 10:29:57 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 539221E8FF; Wed, 16 Oct 2019 10:29:55 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2019 01:29:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,303,1566889200"; d="scan'208";a="279461206" Received: from dpdk-xiao1.sh.intel.com ([10.67.110.150]) by orsmga001.jf.intel.com with ESMTP; 16 Oct 2019 01:29:52 -0700 From: Xiao Wang To: john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: dev@dpdk.org, Xiao Wang , stable@dpdk.org Date: Wed, 16 Oct 2019 04:06:45 -0400 Message-Id: <20191016080645.189619-1-xiao.w.wang@intel.com> X-Mailer: git-send-email 2.15.1 Subject: [dpdk-stable] [PATCH] doc: fix unmatched double quotation mark X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Fixes: ba7b86b1419b ("doc: add l2fwd-crypto sample app guide") Cc: stable@dpdk.org Signed-off-by: Xiao Wang --- 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 e8d52dad2..962752f21 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.15.1