Blob Blame History Raw
From d83d397af58977f9c8af3fecff6e86ce76634e4b Mon Sep 17 00:00:00 2001
From: Xiao Yang <yangx.jy@cn.fujitsu.com>
Date: Fri, 11 Dec 2020 14:59:10 +0800
Subject: [PATCH] rdma_server: Add '-s' option in rdma_server's manual

[ Upstream commit e0ec9a5204eaefeddb35de580d610e066d6a9022 ]

Fixes: 519d8d7aa965 ("librdmacm: Add command line option to specify server")
Fixes: cdea72a1e7e6 ("librdmacm: Change server default address to any address.")
Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
---
 librdmacm/man/rdma_server.1 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/librdmacm/man/rdma_server.1 b/librdmacm/man/rdma_server.1
index ada2564983f3..f83633e0b195 100644
--- a/librdmacm/man/rdma_server.1
+++ b/librdmacm/man/rdma_server.1
@@ -13,6 +13,10 @@ two nodes.  This example is intended to provide a very simple coding
 example of how to use RDMA.
 .SH "OPTIONS"
 .TP
+\-s server_address
+Specifies the address that the rdma_server listens on.  By default the
+server listens on any address(0.0.0.0).
+.TP
 \-p port
 Changes the port number that the server listens on.  By default the server
 listens on port 7471.
-- 
2.25.4