Skip to content

Commit

Permalink
doc: fix ethtool app path
Browse files Browse the repository at this point in the history
[ upstream commit 4a56057 ]

The path to the ethtool application was slightly incorrect in the
documentation. This patch corrects that path.

Fixes: bda68ab ("examples/ethtool: add user-space ethtool sample application")

Signed-off-by: Sarosh Arif <sarosh.arif@emumba.com>
  • Loading branch information
sarosh-arif authored and kevintraynor committed Aug 28, 2020
1 parent 5b3a327 commit ac24bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/sample_app_ug/ethtool.rst
Expand Up @@ -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)
Expand Down

0 comments on commit ac24bef

Please sign in to comment.