]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Update rdma_disconnect to indicate both sides should call it.
authorSean Hefty <sean.hefty@intel.com>
Fri, 2 Mar 2012 17:17:48 +0000 (09:17 -0800)
committerSean Hefty <sean.hefty@intel.com>
Fri, 2 Mar 2012 17:17:48 +0000 (09:17 -0800)
rdma_disconnect should be called from both sides to quickly disconnect.
Clarify this in the man page.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
man/rdma_disconnect.3

index cd934cb85c178855a8b95aef31dd42a03bcb2cc3..1890c28850770a5573a9af50c6ae280c5129ad14 100644 (file)
@@ -12,7 +12,7 @@ RDMA identifier.
 .SH "DESCRIPTION"
 Disconnects a connection and transitions any associated QP to the error state,
 which will flush any posted work requests to the completion queue.  This
-routine may be called by both the client and server side of a connection.
+routine should be called by both the client and server side of a connection.
 After successfully disconnecting, an RDMA_CM_EVENT_DISCONNECTED event will be
 generated on both sides of the connection.
 .SH "RETURN VALUE"