]> git.droids-corp.org - dpdk.git/commitdiff
doc: fix repeated typo in sample app guides
authorJohn McNamara <john.mcnamara@intel.com>
Mon, 16 Nov 2015 09:26:53 +0000 (09:26 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 7 Dec 2015 03:57:16 +0000 (04:57 +0100)
Fix repeated typo in the "Compiling the Application" section of
almost all of the sample app docs.

This generally gets copied into new sample app guides.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
doc/guides/sample_app_ug/kernel_nic_interface.rst
doc/guides/sample_app_ug/l2_forward_job_stats.rst
doc/guides/sample_app_ug/l2_forward_real_virtual.rst
doc/guides/sample_app_ug/l3_forward.rst
doc/guides/sample_app_ug/l3_forward_power_man.rst
doc/guides/sample_app_ug/load_balancer.rst
doc/guides/sample_app_ug/qos_scheduler.rst
doc/guides/sample_app_ug/timer.rst
doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst

index f1deca996983db88a36c6a63a55b80df3fd247ee..c8fc10a757593b6e8f42a3673ba4a1bdcc53d60f 100644 (file)
@@ -87,8 +87,8 @@ Compile the application as follows:
 
     .. code-block:: console
 
-        export RTE_SDK=/path/to/rte_sdk cd
-        ${RTE_SDK}/examples/kni
+        export RTE_SDK=/path/to/rte_sdk
+        cd ${RTE_SDK}/examples/kni
 
 #.  Set the target (a default target is used if not specified)
 
index 6cbf62735e3ea771f092abae295ee1a689241ff4..acf627341e45f5cec9f2ec3ff7384206cf5089f0 100644 (file)
@@ -101,7 +101,8 @@ Compiling the Application
 
     .. code-block:: console
 
-        export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/l2fwd-jobstats
+        export RTE_SDK=/path/to/rte_sdk
+        cd ${RTE_SDK}/examples/l2fwd-jobstats
 
 #.  Set the target (a default target is used if not specified). For example:
 
index 9334e75927a32bfb105af6d3a5c85f041513129e..65a3cec351bd52a49e9036242f187dddfce6bb7c 100644 (file)
@@ -101,7 +101,8 @@ Compiling the Application
 
     .. code-block:: console
 
-        export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/l2fwd
+        export RTE_SDK=/path/to/rte_sdk
+        cd ${RTE_SDK}/examples/l2fwd
 
 #.  Set the target (a default target is used if not specified). For example:
 
index 6ca03f9094aab180d02b54ae76d365f46000b442..34a84f15432792498b79b2de39d969155acb89b9 100644 (file)
@@ -69,7 +69,8 @@ To compile the application:
 
     .. code-block:: console
 
-        export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/l3fwd
+        export RTE_SDK=/path/to/rte_sdk
+        cd ${RTE_SDK}/examples/l3fwd
 
 #.  Set the target (a default target is used if not specified). For example:
 
index 39c2ea57a65c0a3f2dd52dec0415fc779d0aa168..ac688f85d960a97bd52dcef2f1cacd308e1e1f1c 100644 (file)
@@ -111,7 +111,8 @@ To compile the application:
 
     .. code-block:: console
 
-        export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/l3fwd-power
+        export RTE_SDK=/path/to/rte_sdk
+        cd ${RTE_SDK}/examples/l3fwd-power
 
 #.  Set the target (a default target is used if not specified). For example:
 
index 615826a359f259e73f23c944365aed31fd9e966b..fdd8cbd30df3a9af76fa268204aa01469e9ae74d 100644 (file)
@@ -99,7 +99,8 @@ The sequence of steps used to build the application is:
 
     .. code-block:: console
 
-        cd ${RTE_SDK}/examples/load_balancer make
+        cd ${RTE_SDK}/examples/load_balancer
+        make
 
     For more details on how to build the DPDK libraries and sample applications,
     please refer to the *DPDK Getting Started Guide.*
index ffa8ee22407f79ad98f715b5c768e94911371213..7f9e9259d1695dd4018d3417eb923f31dbe2c8e4 100644 (file)
@@ -64,7 +64,8 @@ To compile the application:
 
     .. code-block:: console
 
-        export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/qos_sched
+        export RTE_SDK=/path/to/rte_sdk
+        cd ${RTE_SDK}/examples/qos_sched
 
 #.  Set the target (a default target is used if not specified). For example:
 
index ee0a7322957d17eb448d92e6a8fbb8266a178429..e4de359d976425d6bcf0d97b874b301d55067292 100644 (file)
@@ -41,7 +41,8 @@ Compiling the Application
 
     .. code-block:: console
 
-        export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/timer
+        export RTE_SDK=/path/to/rte_sdk
+        cd ${RTE_SDK}/examples/timer
 
 #.  Set the target (a default target is used if not specified). For example:
 
index 6fb0f0b1ed97f967553d93f55c7cc0fb745860c9..9140a2221246cc0d1295035ce503c3fd24355986 100644 (file)
@@ -93,7 +93,8 @@ Compiling the Application
 
     .. code-block:: console
 
-        export RTE_SDK=/path/to/rte_sdk cd ${RTE_SDK}/examples/vmdq_dcb
+        export RTE_SDK=/path/to/rte_sdk
+        cd ${RTE_SDK}/examples/vmdq_dcb
 
 #.  Set the target (a default target is used if not specified). For example: