From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by dpdk.org (Postfix) with ESMTP id BEA4F2C07 for ; Tue, 6 Dec 2016 13:38:20 +0100 (CET) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id 15FFC440B9A; Tue, 6 Dec 2016 14:38:20 +0200 (IST) From: Baruch Siach To: dev@dpdk.org Cc: John McNamara , Baruch Siach Date: Tue, 6 Dec 2016 14:38:10 +0200 Message-Id: <87dec97f0194546888b9920d74e8af4d83e21208.1481027890.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.10.2 In-Reply-To: <04aef536b67faf3c09e0f4603736057f95b5ef66.1481027890.git.baruch@tkos.co.il> References: <04aef536b67faf3c09e0f4603736057f95b5ef66.1481027890.git.baruch@tkos.co.il> Subject: [dpdk-dev] [PATCH v2 3/3] doc: consistently quote directory names X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2016 12:38:21 -0000 Quote the names of the app and example directories like other directory names in this chapter. Signed-off-by: Baruch Siach --- v2: New patch --- doc/guides/prog_guide/source_org.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/prog_guide/source_org.rst b/doc/guides/prog_guide/source_org.rst index 27e18e8951a0..6167384db4d3 100644 --- a/doc/guides/prog_guide/source_org.rst +++ b/doc/guides/prog_guide/source_org.rst @@ -125,7 +125,7 @@ Applications Applications are source files that contain a ``main()`` function. They are located in the ``$(RTE_SDK)/app`` and ``$(RTE_SDK)/examples`` directories. -The app directory contains applications that are used to test DPDK (such as autotests) +The ``app`` directory contains applications that are used to test DPDK (such as autotests) or the Poll Mode Drivers (test-pmd):: app @@ -135,7 +135,7 @@ or the Poll Mode Drivers (test-pmd):: +-- test-pipeline # Test the IP Pipeline framework +-- test-pmd # Test and benchmark poll mode drivers -The examples directory contains sample applications that show how libraries can be used:: +The ``examples`` directory contains sample applications that show how libraries can be used:: examples +-- cmdline # Example of using the cmdline library @@ -162,5 +162,5 @@ The examples directory contains sample applications that show how libraries can .. note:: - The actual app and examples directories may contain additional applications to those shown above. + The actual ``app`` and ``examples`` directories may contain additional applications to those shown above. Check the latest DPDK source files for details. -- 2.10.2