Improve the link status interrupt sample application documentation: - fix spacing in command line example - capitalize Linux consistently - fix "that related" to "that relate"
Signed-off-by: Stephen Hemminger <[email protected]> --- doc/guides/sample_app_ug/link_status_intr.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/sample_app_ug/link_status_intr.rst b/doc/guides/sample_app_ug/link_status_intr.rst index fd4e32560c..133c8d0b2a 100644 --- a/doc/guides/sample_app_ug/link_status_intr.rst +++ b/doc/guides/sample_app_ug/link_status_intr.rst @@ -40,7 +40,7 @@ The application requires a number of command line options: .. code-block:: console - ./<build_dir>/examples/dpdk-link_status_interrupt [EAL options] -- -p PORTMASK [-q NQ][-T PERIOD] + ./<build_dir>/examples/dpdk-link_status_interrupt [EAL options] -- -p PORTMASK [-q NQ] [-T PERIOD] where, @@ -50,7 +50,7 @@ where, * -T PERIOD: statistics will be refreshed each PERIOD seconds (0 to disable, 10 default) -To run the application in a linux environment with 4 lcores, 16 ports and 8 RX queues per lcore, +To run the application in a Linux environment with 4 lcores, 16 ports and 8 RX queues per lcore, issue the command: .. code-block:: console @@ -84,7 +84,7 @@ Driver Initialization ~~~~~~~~~~~~~~~~~~~~~ The main part of the code in the main() function relates to the initialization of the driver. -To fully understand this code, it is recommended to study the chapters that related to the Poll Mode Driver in the +To fully understand this code, it is recommended to study the chapters that relate to the Poll Mode Driver in the *DPDK Programmer's Guide and the DPDK API Reference*. .. literalinclude:: ../../../examples/link_status_interrupt/main.c -- 2.51.0

