Address formatting issues in IP fragmentation sample documentation:
- Capitalize "linux" to "Linux" in two instances
- Add missing spaces before port lists in example commands

Signed-off-by: Stephen Hemminger <[email protected]>
---
 doc/guides/sample_app_ug/ip_frag.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guides/sample_app_ug/ip_frag.rst 
b/doc/guides/sample_app_ug/ip_frag.rst
index d2c66683e3..7dcb0177f6 100644
--- a/doc/guides/sample_app_ug/ip_frag.rst
+++ b/doc/guides/sample_app_ug/ip_frag.rst
@@ -62,7 +62,7 @@ where:
 
 *   -q NQ: Maximum number of queues per lcore (default is 1)
 
-To run the example in linux environment with 2 lcores (2,4) over 2 ports(0,2) 
with 1 RX queue per lcore:
+To run the example in a Linux environment with 2 lcores (2,4) over 2 ports 
(0,2) with 1 RX queue per lcore:
 
 .. code-block:: console
 
@@ -84,7 +84,7 @@ To run the example in linux environment with 2 lcores (2,4) 
over 2 ports(0,2) wi
     IP_FRAG: entering main loop on lcore 2
     IP_FRAG: -- lcoreid=2 portid=0
 
-To run the example in linux environment with 1 lcore (4) over 2 ports(0,2) 
with 2 RX queues per lcore:
+To run the example in a Linux environment with 1 lcore (4) over 2 ports (0,2) 
with 2 RX queues per lcore:
 
 .. code-block:: console
 
-- 
2.51.0

Reply via email to