> Subject: [PATCH] doc: fix a typo in procinfo guide > > This patch fixes a trivial info in proc info section. > informationi=>information. > > Fixes: 8a37f37fc243 ("app/procinfo: add --show-port") > > Signed-off-by: Rami Rosen <ramir...@gmail.com> > --- > doc/guides/tools/proc_info.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/tools/proc_info.rst b/doc/guides/tools/proc_info.rst > index 6bdf5a861..ea6210109 100644 > --- a/doc/guides/tools/proc_info.rst > +++ b/doc/guides/tools/proc_info.rst > @@ -44,7 +44,7 @@ If no port mask is specified xstats are reset for all DPDK > ports. > **-m**: Print DPDK memory information. > > **--show-port** > -The show-port parameter displays port level various configuration > informationi > +The show-port parameter displays port level various configuration > +information > associated to RX port queue pair. > > **--show-tm**
Acked-by: Marko Kovacevic <marko.kovace...@intel.com>