Replace "customers" with "users" as DPDK is an open source project. Remove redundant "(linux)" parenthetical after "Linux application".
Signed-off-by: Stephen Hemminger <[email protected]> --- doc/guides/linux_gsg/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/linux_gsg/intro.rst b/doc/guides/linux_gsg/intro.rst index f5fd016a60..03df4f9a33 100644 --- a/doc/guides/linux_gsg/intro.rst +++ b/doc/guides/linux_gsg/intro.rst @@ -5,8 +5,8 @@ Introduction ============ This document contains instructions for installing and configuring the Data Plane Development Kit (DPDK) software. -It is designed to get customers up and running quickly. -The document describes how to compile and run a DPDK application in a Linux application (linux) environment, +It is designed to get users up and running quickly. +The document describes how to compile and run a DPDK application in a Linux application environment, without going deeply into detail. Documentation Roadmap -- 2.51.0

