Remove redundant "(linux)" parenthetical that duplicates information already conveyed by "Linux* application".
Signed-off-by: Stephen Hemminger <[email protected]> --- doc/guides/linux_gsg/doc_roadmap.include.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/linux_gsg/doc_roadmap.include.rst b/doc/guides/linux_gsg/doc_roadmap.include.rst index 6686975f7b..5042c386c2 100644 --- a/doc/guides/linux_gsg/doc_roadmap.include.rst +++ b/doc/guides/linux_gsg/doc_roadmap.include.rst @@ -17,7 +17,7 @@ The following is a list of DPDK documents in the suggested reading order: * :doc:`../prog_guide/index`: Describes: * The software architecture and how to use it (through examples), - specifically in a Linux* application (linux) environment + specifically in a Linux* application environment * The content of the DPDK, the build system (including the commands that can be used to build the development kit and an application) -- 2.51.0

