Thanks for the correction. Reviewed-by: Vipin Varghese <[email protected]>
> -----Original Message----- > From: Rami Rosen <[email protected]> > Sent: Friday, March 22, 2019 4:07 PM > To: [email protected] > Cc: Pattan, Reshma <[email protected]>; Varghese, Vipin > <[email protected]>; Kovacevic, Marko > <[email protected]>; Rami Rosen <[email protected]> > 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 <[email protected]> > --- > 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** > -- > 2.19.2

