From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 1EBC32C2F for ; Thu, 25 Oct 2018 07:20:40 +0200 (CEST) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id w9P5KdDg022761; Thu, 25 Oct 2018 14:20:39 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id A5584EA7CFC; Thu, 25 Oct 2018 14:20:39 +0900 (JST) Received: from localhost.localdomain (unknown [129.60.13.51]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 8EC9DEA7C7B; Thu, 25 Oct 2018 14:20:39 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Thu, 25 Oct 2018 14:20:23 +0900 Message-Id: <20181025052023.17190-6-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.13.1 In-Reply-To: <20181025052023.17190-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20181025052023.17190-1-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH 5/5] docs: remove exit from pri command 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: Thu, 25 Oct 2018 05:20:41 -0000 From: Yasufumi Ogawa Update command reference for removing `exit` sub command of `pri` which is not recommended to use. Signed-off-by: Yasufumi Ogawa --- docs/guides/commands/primary.rst | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/guides/commands/primary.rst b/docs/guides/commands/primary.rst index e49f990..590461f 100644 --- a/docs/guides/commands/primary.rst +++ b/docs/guides/commands/primary.rst @@ -24,22 +24,6 @@ Show forwarding statistics of each of ports. 1 9208 9203 0 5 ... -exit ----- - -Terminate primary process. - -.. code-block:: console - - spp > pri; exit - -.. note:: - - You should not use this command if one or more secondary processes - are still running because terminating primary before secondaries may - cause an error. You shold use ``bye`` command instead of - ``pri; exit``. - clear ----- -- 2.7.4