]> git.droids-corp.org - dpdk.git/commitdiff
doc: fix description of links to EAL options pages
authorDekel Peled <dekelp@mellanox.com>
Thu, 24 Oct 2019 13:17:51 +0000 (16:17 +0300)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 30 Oct 2019 10:19:32 +0000 (11:19 +0100)
Documentation includes separate pages of EAL command-line options for
Linux and for FreeBSD.
Links to these pages use the same text 'EAL parameters', so it is not
clear which link to use for which environment.

This patch adds the text '(Linux)' and '(FreeBSD)' where relevant, to
clearly identify the links.

Fixes: 3ee567cfec37 ("doc: document all EAL parameters in one place")
Cc: stable@dpdk.org
Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
doc/guides/sample_app_ug/intro.rst
doc/guides/testpmd_app_ug/run_app.rst

index 6a3b6722e08e968609d4a9aa6453dc9c25b2e097..0b4ab1ba41d257fcfb33f0b3678d263ce0825d3f 100644 (file)
@@ -15,9 +15,9 @@ Running Sample Applications
 
 Some sample applications may have their own command-line parameters described in
 their respective guides, however all of them also share the same EAL parameters.
-Please refer to  :doc:`../linux_gsg/linux_eal_parameters` or
-:doc:`../freebsd_gsg/freebsd_eal_parameters` for a list of available EAL
-command-line options.
+Please refer to :doc:`EAL parameters (Linux) <../linux_gsg/linux_eal_parameters>`
+or :doc:`EAL parameters (FreeBSD) <../freebsd_gsg/freebsd_eal_parameters>` for
+a list of available EAL command-line options.
 
 
 The DPDK Sample Applications
index ef677ba2f8fddde63385608b565333fdb44e7488..00e0c2ac515230b3e0cf82852390b32bb6cdc501 100644 (file)
@@ -7,9 +7,9 @@ Running the Application
 EAL Command-line Options
 ------------------------
 
-Please refer to  :doc:`../linux_gsg/linux_eal_parameters` or
-:doc:`../freebsd_gsg/freebsd_eal_parameters` for a list of available EAL
-command-line options.
+Please refer to :doc:`EAL parameters (Linux) <../linux_gsg/linux_eal_parameters>`
+or :doc:`EAL parameters (FreeBSD) <../freebsd_gsg/freebsd_eal_parameters>` for
+a list of available EAL command-line options.
 
 
 Testpmd Command-line Options