On Tue, Jul 16, 2019 at 11:19:26AM +0300, Gal Pressman wrote: > On 10/07/2019 10:24, Leon Romanovsky wrote: > > +.SH "EXAMPLES" > > +.PP > > +rdma statistic show > > +.RS 4 > > +Shows the state of the default counter of all RDMA devices on the system. > > +.RE > > +.PP > > +rdma statistic show link mlx5_2/1 > > +.RS 4 > > +Shows the state of the default counter of specified RDMA port > > +.RE > > +.PP > > +rdma statistic qp show > > +.RS 4 > > +Shows the state of all qp counters of all RDMA devices on the system. > > +.RE > > +.PP > > +rdma statistic qp show link mlx5_2/1 > > +.RS 4 > > +Shows the state of all qp counters of specified RDMA port. > > +.RE > > +.PP > > +rdma statistic qp show link mlx5_2 pid 30489 > > +.RS 4 > > +Shows the state of all qp counters of specified RDMA port and belonging to pid 30489 > > +.RE > > +.PP > > +rdma statistic qp mode > > +.RS 4 > > +List current counter mode on all deivces > > "deivces" -> "devices". Thanks, Stephen, Can you please fix this typo while you are applying the series? Thanks