From 4a560572e9a8cbb1c9e9610113619a5c2b76e12f Mon Sep 17 00:00:00 2001 From: Sarosh Arif Date: Thu, 4 Jun 2020 14:59:31 +0500 Subject: [PATCH] doc: fix ethtool app path The path to the ethtool application was slightly incorrect in the documentation. This patch corrects that path. Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample application") Cc: stable@dpdk.org Signed-off-by: Sarosh Arif --- doc/guides/sample_app_ug/ethtool.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/sample_app_ug/ethtool.rst b/doc/guides/sample_app_ug/ethtool.rst index 8f7fc6ca66..253004dd00 100644 --- a/doc/guides/sample_app_ug/ethtool.rst +++ b/doc/guides/sample_app_ug/ethtool.rst @@ -24,7 +24,7 @@ The only available options are the standard ones for the EAL: .. code-block:: console - ./ethtool-app/ethtool-app/${RTE_TARGET}/ethtool [EAL options] + ./ethtool-app/${RTE_TARGET}/ethtool [EAL options] Refer to the *DPDK Getting Started Guide* for general information on running applications and the Environment Abstraction Layer (EAL) -- 2.20.1