Blob Blame History Raw
From 44362b42a40ed0f3a3598f55318ed4b0c9f8eb94 Mon Sep 17 00:00:00 2001
From: Andrea Claudi <aclaudi@redhat.com>
Date: Thu, 23 Apr 2020 12:49:03 +0200
Subject: [PATCH] man: rdma.8: Add missing resource subcommand description

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1786576
Upstream Status: iproute2.git commit 8f1c9d4a3c0d4

commit 8f1c9d4a3c0d4e720026b942c922372b3c12e110
Author: Andrea Claudi <aclaudi@redhat.com>
Date:   Fri Feb 28 18:36:24 2020 +0100

    man: rdma.8: Add missing resource subcommand description

    Add resource subcommand in the OBJECT section and a short
    description for it.

    Reported-by: Zhaojuan Guo <zguo@redhat.com>
    Signed-off-by: Andrea Claudi <aclaudi@redhat.com>
    Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 man/man8/rdma.8 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/man/man8/rdma.8 b/man/man8/rdma.8
index ef29b1c633644..221bf3343bf4c 100644
--- a/man/man8/rdma.8
+++ b/man/man8/rdma.8
@@ -19,7 +19,7 @@ rdma \- RDMA tool
 
 .ti -8
 .IR OBJECT " := { "
-.BR dev " | " link " | " system " | " statistic " }"
+.BR dev " | " link " | " resource " | " system " | " statistic " }"
 .sp
 
 .ti -8
@@ -70,6 +70,10 @@ Generate JSON output.
 .B link
 - RDMA port related.
 
+.TP
+.B resource
+- RDMA resource configuration.
+
 .TP
 .B sys
 - RDMA subsystem related.
-- 
2.25.4