]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Make manpage reflect the fact that rdma_bind_addr(port=0) does not
authorAaron Fabbri <aafabbri@cisco.com>
Tue, 10 Jun 2008 16:40:18 +0000 (09:40 -0700)
committerSean Hefty <sean.hefty@intel.com>
Tue, 10 Jun 2008 16:40:18 +0000 (09:40 -0700)
return the assigned port.

Signed-off-by: Aaron Fabbri <aafabbri@cisco.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
man/rdma_bind_addr.3

index 46c48a39a8a3bbe8e2c3fd7c727435de9c5c7b94..06f30ce7ac3d018ecd22c3c710e279c06b68a800 100644 (file)
@@ -22,8 +22,8 @@ to a specific port number, but it may also be called on the active side
 of a connection before calling rdma_resolve_addr to bind to a specific
 address.
 .P
-If used to bind to port 0, the rdma_cm will select an available port
-and return it to the user.
+If used to bind to port 0, the rdma_cm will select an available port,
+which can be retrieved with rdma_get_src_port(3).
 .SH "SEE ALSO"
 rdma_create_id(3), rdma_listen(3), rdma_resolve_addr(3), rdma_create_qp(3),
 rdma_get_local_addr(3), rdma_get_src_port(3)