Correct missing subject in sentence describing release notes content. Correct inconsistent capitalization of Linux in the documentation roadmap section.
Signed-off-by: Stephen Hemminger <[email protected]> --- doc/guides/prog_guide/intro.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/prog_guide/intro.rst b/doc/guides/prog_guide/intro.rst index 44877bd3e3..5055574206 100644 --- a/doc/guides/prog_guide/intro.rst +++ b/doc/guides/prog_guide/intro.rst @@ -19,7 +19,7 @@ The following is a list of DPDK documents in the suggested reading order: * **Release Notes** : Provides release-specific information, including supported features, limitations, fixed issues, known issues and so on. - Also, provides the answers to frequently asked questions in FAQ format. + It also provides the answers to frequently asked questions in FAQ format. * **Getting Started Guide** : Describes how to install and configure the DPDK software; designed to get users up and running quickly with the software. @@ -31,7 +31,7 @@ The following is a list of DPDK documents in the suggested reading order: * **Programmer's Guide** (this document): Describes: * The software architecture and how to use it (through examples), - specifically in a Linux* application (linux) environment + specifically in a Linux* application (Linux) environment * The content of the DPDK, the build system (including the commands that can be used in the root DPDK to build the development kit and an application) -- 2.51.0

