mbox series

[iproute2,0/2] rdma man pages improvements

Message ID cover.1582910855.git.aclaudi@redhat.com
Headers show
Series rdma man pages improvements | expand

Message

Andrea Claudi Feb. 28, 2020, 5:36 p.m. UTC
- Add missing descriptions for both resource subcomand and filters on
  the statistic subcommand.
- Add filter description on the rdma statistic help message
- Fix some whitespace issue on the rdma statistic man page

Andrea Claudi (2):
  man: rdma.8: Add missing resource subcommand description
  man: rdma-statistic: Add filter description

 man/man8/rdma-statistic.8 | 16 ++++++++++++----
 man/man8/rdma.8           |  6 +++++-
 rdma/stat.c               |  1 +
 3 files changed, 18 insertions(+), 5 deletions(-)

Comments

Stephen Hemminger Feb. 28, 2020, 9:55 p.m. UTC | #1
On Fri, 28 Feb 2020 18:36:23 +0100
Andrea Claudi <aclaudi@redhat.com> wrote:

> - Add missing descriptions for both resource subcomand and filters on
>   the statistic subcommand.
> - Add filter description on the rdma statistic help message
> - Fix some whitespace issue on the rdma statistic man page
> 
> Andrea Claudi (2):
>   man: rdma.8: Add missing resource subcommand description
>   man: rdma-statistic: Add filter description
> 
>  man/man8/rdma-statistic.8 | 16 ++++++++++++----
>  man/man8/rdma.8           |  6 +++++-
>  rdma/stat.c               |  1 +
>  3 files changed, 18 insertions(+), 5 deletions(-)
> 

Looks good, applied