doc/guides/sample_app_ug: fix ethtool app path

Message ID 20200604095931.18512-1-sarosh.arif@emumba.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc/guides/sample_app_ug: fix ethtool app path |

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/travis-robot success Travis build: passed
ci/checkpatch success coding style OK

Commit Message

Sarosh Arif June 4, 2020, 9:59 a.m. UTC
  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: remy.horton@intel.com

Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
---
 doc/guides/sample_app_ug/ethtool.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon July 30, 2020, 11:25 p.m. UTC | #1
04/06/2020 11:59, Sarosh Arif:
> 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: remy.horton@intel.com
> 
> Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
> ---
> -    ./ethtool-app/ethtool-app/${RTE_TARGET}/ethtool [EAL options]
> +    ./ethtool-app/${RTE_TARGET}/ethtool [EAL options]

Applied, thanks
  

Patch

diff --git a/doc/guides/sample_app_ug/ethtool.rst b/doc/guides/sample_app_ug/ethtool.rst
index 8f7fc6ca6..b9997df06 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)