]> git.openfabrics.org - ~shefty/librdmacm.git/commit
librdmacm/man: add man pages for calls in rdma_verbs.h
authorSean Hefty <sean.hefty@intel.com>
Mon, 19 Jul 2010 18:45:21 +0000 (11:45 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 19 Jul 2010 18:45:21 +0000 (11:45 -0700)
commitcf3b3a064b46d9335d83f97691480000c13c59a5
tree2b6d846d3e2ecd2431aaf2ff030fa0ab1baa8560
parent827f432cf0360c7e02e49a0c441a4184a90a13c8
librdmacm/man: add man pages for calls in rdma_verbs.h

rdma_verbs.h define several inline functions that wrap around verb
routines.  Add man pages for these calls.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
19 files changed:
Makefile.am
man/rdma_client.1 [new file with mode: 0644]
man/rdma_cm.7
man/rdma_dereg_mr.3 [new file with mode: 0644]
man/rdma_get_recv_comp.3 [new file with mode: 0644]
man/rdma_get_send_comp.3 [new file with mode: 0644]
man/rdma_post_read.3 [new file with mode: 0644]
man/rdma_post_readv.3 [new file with mode: 0644]
man/rdma_post_recv.3 [new file with mode: 0644]
man/rdma_post_recvv.3 [new file with mode: 0644]
man/rdma_post_send.3 [new file with mode: 0644]
man/rdma_post_sendv.3 [new file with mode: 0644]
man/rdma_post_ud_send.3 [new file with mode: 0644]
man/rdma_post_write.3 [new file with mode: 0644]
man/rdma_post_writev.3 [new file with mode: 0644]
man/rdma_reg_msgs.3 [new file with mode: 0644]
man/rdma_reg_read.3 [new file with mode: 0644]
man/rdma_reg_write.3 [new file with mode: 0644]
man/rdma_server.1 [new file with mode: 0644]