From d2662aea40d63db11a38dc8bcbc354eafe280b8a Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 11 Dec 2018 15:03:12 +0100 Subject: [PATCH] man: rdma: Add reference to rdma-resource.8 Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1610334 Upstream Status: iproute2.git commit b2ec8f431402f commit b2ec8f431402f621ed0a2435d895df55eb1354af Author: Phil Sutter Date: Mon Nov 26 18:58:31 2018 +0100 man: rdma: Add reference to rdma-resource.8 All rdma-related man pages list each other in SEE ALSO section, only rdma-resource.8 is missing. Add it for the sake of consistency. Signed-off-by: Phil Sutter Signed-off-by: Stephen Hemminger --- man/man8/rdma-dev.8 | 1 + man/man8/rdma-link.8 | 1 + man/man8/rdma.8 | 1 + 3 files changed, 3 insertions(+) diff --git a/man/man8/rdma-dev.8 b/man/man8/rdma-dev.8 index 461681b..b7abfe1 100644 --- a/man/man8/rdma-dev.8 +++ b/man/man8/rdma-dev.8 @@ -49,6 +49,7 @@ Shows the state of specified RDMA device. .SH SEE ALSO .BR rdma (8), .BR rdma-link (8), +.BR rdma-resource (8), .br .SH AUTHOR diff --git a/man/man8/rdma-link.8 b/man/man8/rdma-link.8 index 97dd8bb..bddf347 100644 --- a/man/man8/rdma-link.8 +++ b/man/man8/rdma-link.8 @@ -49,6 +49,7 @@ Shows the state of specified rdma link. .SH SEE ALSO .BR rdma (8), .BR rdma-dev (8), +.BR rdma-resource (8), .br .SH AUTHOR diff --git a/man/man8/rdma.8 b/man/man8/rdma.8 index 12aa149..b2b5aef 100644 --- a/man/man8/rdma.8 +++ b/man/man8/rdma.8 @@ -106,6 +106,7 @@ Exit status is 0 if command was successful or a positive integer upon failure. .SH SEE ALSO .BR rdma-dev (8), .BR rdma-link (8), +.BR rdma-resource (8), .br .SH REPORTING BUGS -- 1.8.3.1