[dts] [PATCH] doc: fix folder name typo

Marvin Liu yong.liu at intel.com
Fri Jul 28 07:36:50 CEST 2017


Signed-off-by: Marvin Liu <yong.liu at intel.com>

diff --git a/doc/dts_gsg/config.rst b/doc/dts_gsg/config.rst
index 9c8ef00..203d4d8 100644
--- a/doc/dts_gsg/config.rst
+++ b/doc/dts_gsg/config.rst
@@ -166,7 +166,7 @@ If enables patch option, DPDK Test Suite will also make patch the unzipped folde
 
 .. code-block:: console
 
-   [root at tester dcts]# ./dts --patch 1.patch --patch 2.patch 
+   [root at tester dts]# ./dts --patch 1.patch --patch 2.patch
 
 Create your own execution configuration
 ---------------------------------------
diff --git a/doc/dts_gsg/review.rst b/doc/dts_gsg/review.rst
index b808b30..b48cd1d 100644
--- a/doc/dts_gsg/review.rst
+++ b/doc/dts_gsg/review.rst
@@ -97,7 +97,7 @@ Since DPDK Test Suite stores test result as RST by default, you may be want to t
 
 .. code-block:: console
 
-   [root at tester dcts]# cd output/CrownPassCRB1/x86_64-native-linuxapp-gcc/Niantic
+   [root at tester dts]# cd output/CrownPassCRB1/x86_64-native-linuxapp-gcc/Niantic
    [root at tester niantic]# rst2pdf TestResult_hello_world.rst
    [root at tester niantic]# ls
     TestResult_hello_world.pdf  TestResult_hello_world.rst
diff --git a/doc/dts_gsg/sys_reqs.rst b/doc/dts_gsg/sys_reqs.rst
index 9ecede1..4560031 100644
--- a/doc/dts_gsg/sys_reqs.rst
+++ b/doc/dts_gsg/sys_reqs.rst
@@ -98,8 +98,8 @@ After configure environment, we need to install DPDK Test Suite into tester. Fir
 
    [root at tester ~]#  git clone http://dpdk.org/git/tools/dts
    [root at tester ~]#  cd dts
-   [root at tester dcts]#  ls
-   [root at tester dcts]# conf  dep  doc  dts  executions  framework  nics  output  test_plans  tests  tools
+   [root at tester dts]#  ls
+   [root at tester dts]# conf  dep  doc  dts  executions  framework  nics  output  test_plans  tests  tools
 
 High Precision Timer (HPET) must be enabled in the platform BIOS if the HPET is to be used. Otherwise, the Time Stamp Counter (TSC) is used by default. The user can then navigate to the HPET option. On the Crystal Forest platform BIOS, the path is:
 **Advanced -> PCH-IO Configuration -> High Precision Timer**
-- 
1.9.3



More information about the dts mailing list