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 2B8ED2BDD for ; Tue, 6 Dec 2016 13:38:19 +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 46E85440045; Tue, 6 Dec 2016 14:38:19 +0200 (IST) From: Baruch Siach To: dev@dpdk.org Cc: John McNamara , Baruch Siach Date: Tue, 6 Dec 2016 14:38:08 +0200 Message-Id: <04aef536b67faf3c09e0f4603736057f95b5ef66.1481027890.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.10.2 Subject: [dpdk-dev] [PATCH v2 1/3] doc: note that the app list is incomplete 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:20 -0000 Extend the note at the end of Source Organization chapter to also mention the app directory. Signed-off-by: Baruch Siach --- v2: Refer to 'applications' in general (John M) --- doc/guides/prog_guide/source_org.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/source_org.rst b/doc/guides/prog_guide/source_org.rst index 4a4a0a325dd7..be4b564fb23e 100644 --- a/doc/guides/prog_guide/source_org.rst +++ b/doc/guides/prog_guide/source_org.rst @@ -162,5 +162,5 @@ The examples directory contains sample applications that show how libraries can .. note:: - The actual examples directory may contain additional sample 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