doc: fix repeated typo in sample app guides
[dpdk.git] / doc / guides / sample_app_ug / l3_forward.rst
index 6ca03f9..34a84f1 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: