From 38e13b4936393342c6b0c00df2349a69931a829e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 21 Aug 2014 04:06:40 -0700 Subject: [PATCH 1/8] autogen.sh: mkdir config if the config directory does not already exist Signed-off-by: Jeff Squyres --- autogen.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index df142195a2b..6a0f27d8746 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,5 +6,7 @@ if test ! -d .git && test ! -f src/fabric.c; then fi set -x - +if test ! -d config; then + mkdir config +fi autoreconf -ivf From dba291f2d484435c78bea08e7c8417c1e7db4d07 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 21 Aug 2014 04:07:05 -0700 Subject: [PATCH 2/8] configure.ac: only build where is available Signed-off-by: Jeff Squyres --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 12fd843ceed..b36a4c87b30 100644 --- a/configure.ac +++ b/configure.ac @@ -73,6 +73,10 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_CHECK_SIZEOF(long) +dnl Only build on Linux +AC_CHECK_HEADER([linux/types.h], [], + [AC_MSG_ERROR([libfabric only builds on Linux])]) + AC_CHECK_HEADERS([fcntl.h sys/socket.h]) AC_CHECK_DECLS([O_CLOEXEC],,[AC_DEFINE([O_CLOEXEC],[0], [Defined to 0 if not provided])], From 4bd4a822776c97d63c7d10159fb05d6a436af455 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 21 Aug 2014 04:07:29 -0700 Subject: [PATCH 3/8] fi_fabric.3: fix minor indenting typo Signed-off-by: Jeff Squyres --- man/fi_fabric.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/fi_fabric.3 b/man/fi_fabric.3 index 7acdec4e080..7bda62c9182 100644 --- a/man/fi_fabric.3 +++ b/man/fi_fabric.3 @@ -5,7 +5,7 @@ fi_fabric \- Fabric domain operations fi_fabric / fi_close .RS Open / close a fabric domain -.RS +.RE .PP fi_fopen / fi_close .RS From 2cc8c731468ca3b4fb0b9efb42fec198551dbc54 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 21 Aug 2014 04:08:13 -0700 Subject: [PATCH 4/8] fi_getinfo.3: remove executable bit Signed-off-by: Jeff Squyres --- man/fi_getinfo.3 | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 man/fi_getinfo.3 diff --git a/man/fi_getinfo.3 b/man/fi_getinfo.3 old mode 100755 new mode 100644 From e9e2deeb9d1e29f497b110fdbbd6c84c7ea6445e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 21 Aug 2014 04:08:58 -0700 Subject: [PATCH 5/8] man page: add ".so" references for all function names Signed-off-by: Jeff Squyres --- Makefile.am | 109 ++++++++++++++++++++++++++++++++-- man/fi_accept.3 | 1 + man/fi_alias.3 | 1 + man/fi_atomic_valid.3 | 1 + man/fi_atomicmsg.3 | 1 + man/fi_atomicto.3 | 1 + man/fi_atomicv.3 | 1 + man/fi_av_bind.3 | 1 + man/fi_av_close.3 | 1 + man/fi_av_insert.3 | 1 + man/fi_av_lookup.3 | 1 + man/fi_av_open.3 | 1 + man/fi_av_remove.3 | 1 + man/fi_av_straddr.3 | 1 + man/fi_cancel.3 | 1 + man/fi_close.3 | 1 + man/fi_cntr_add.3 | 1 + man/fi_cntr_close.3 | 1 + man/fi_cntr_open.3 | 1 + man/fi_cntr_read.3 | 1 + man/fi_cntr_set.3 | 1 + man/fi_cntr_wait.3 | 1 + man/fi_compare_atomic.3 | 1 + man/fi_compare_atomic_valid.3 | 1 + man/fi_compare_atomicmsg.3 | 1 + man/fi_compare_atomicto.3 | 1 + man/fi_compare_atomicv.3 | 1 + man/fi_connect.3 | 1 + man/fi_domain_bind.3 | 1 + man/fi_domain_query.3 | 1 + man/fi_enable.3 | 1 + man/fi_ep_bind.3 | 1 + man/fi_ep_control.3 | 1 + man/fi_ep_sync.3 | 1 + man/fi_eq_close.3 | 1 + man/fi_eq_condread.3 | 1 + man/fi_eq_condreadfrom.3 | 1 + man/fi_eq_control.3 | 1 + man/fi_eq_open.3 | 1 + man/fi_eq_read.3 | 1 + man/fi_eq_readerr.3 | 1 + man/fi_eq_readfrom.3 | 1 + man/fi_eq_strerror.3 | 1 + man/fi_eq_write.3 | 1 + man/fi_feq_open.3 | 1 + man/fi_fetch_atomic.3 | 1 + man/fi_fetch_atomic_valid.3 | 1 + man/fi_fetch_atomicmsg.3 | 1 + man/fi_fetch_atomicto.3 | 1 + man/fi_fetch_atomicv.3 | 1 + man/fi_freeinfo.3 | 1 + man/fi_getname.3 | 1 + man/fi_getopt.3 | 1 + man/fi_getpeer.3 | 1 + man/fi_inject.3 | 1 + man/fi_injectto.3 | 1 + man/fi_join.3 | 1 + man/fi_leave.3 | 1 + man/fi_listen.3 | 1 + man/fi_mr_bind.3 | 1 + man/fi_mr_desc.3 | 1 + man/fi_mr_key.3 | 1 + man/fi_mr_reg.3 | 1 + man/fi_mr_regattr.3 | 1 + man/fi_mr_regv.3 | 1 + man/fi_mr_unreg.3 | 1 + man/fi_open.3 | 1 + man/fi_pendpoint.3 | 1 + man/fi_poll_add.3 | 1 + man/fi_poll_close.3 | 1 + man/fi_poll_del.3 | 1 + man/fi_poll_open.3 | 1 + man/fi_recv.3 | 1 + man/fi_recvfrom.3 | 1 + man/fi_recvmsg.3 | 1 + man/fi_recvv.3 | 1 + man/fi_reject.3 | 1 + man/fi_send.3 | 1 + man/fi_senddata.3 | 1 + man/fi_senddatato.3 | 1 + man/fi_sendmsg.3 | 1 + man/fi_sendto.3 | 1 + man/fi_sendv.3 | 1 + man/fi_setopt.3 | 1 + man/fi_shutdown.3 | 1 + man/fi_tinject.3 | 1 + man/fi_tinjectto.3 | 1 + man/fi_trecv.3 | 1 + man/fi_trecvfrom.3 | 1 + man/fi_trecvmsg.3 | 1 + man/fi_trecvv.3 | 1 + man/fi_tsearch.3 | 1 + man/fi_tsend.3 | 1 + man/fi_tsenddata.3 | 1 + man/fi_tsenddatato.3 | 1 + man/fi_tsendmsg.3 | 1 + man/fi_tsendto.3 | 1 + man/fi_tsendv.3 | 1 + man/fi_wait.3 | 1 + man/fi_wait_close.3 | 1 + man/fi_wait_control.3 | 1 + man/fi_wait_open.3 | 1 + 102 files changed, 204 insertions(+), 6 deletions(-) create mode 100644 man/fi_accept.3 create mode 100644 man/fi_alias.3 create mode 100644 man/fi_atomic_valid.3 create mode 100644 man/fi_atomicmsg.3 create mode 100644 man/fi_atomicto.3 create mode 100644 man/fi_atomicv.3 create mode 100644 man/fi_av_bind.3 create mode 100644 man/fi_av_close.3 create mode 100644 man/fi_av_insert.3 create mode 100644 man/fi_av_lookup.3 create mode 100644 man/fi_av_open.3 create mode 100644 man/fi_av_remove.3 create mode 100644 man/fi_av_straddr.3 create mode 100644 man/fi_cancel.3 create mode 100644 man/fi_close.3 create mode 100644 man/fi_cntr_add.3 create mode 100644 man/fi_cntr_close.3 create mode 100644 man/fi_cntr_open.3 create mode 100644 man/fi_cntr_read.3 create mode 100644 man/fi_cntr_set.3 create mode 100644 man/fi_cntr_wait.3 create mode 100644 man/fi_compare_atomic.3 create mode 100644 man/fi_compare_atomic_valid.3 create mode 100644 man/fi_compare_atomicmsg.3 create mode 100644 man/fi_compare_atomicto.3 create mode 100644 man/fi_compare_atomicv.3 create mode 100644 man/fi_connect.3 create mode 100644 man/fi_domain_bind.3 create mode 100644 man/fi_domain_query.3 create mode 100644 man/fi_enable.3 create mode 100644 man/fi_ep_bind.3 create mode 100644 man/fi_ep_control.3 create mode 100644 man/fi_ep_sync.3 create mode 100644 man/fi_eq_close.3 create mode 100644 man/fi_eq_condread.3 create mode 100644 man/fi_eq_condreadfrom.3 create mode 100644 man/fi_eq_control.3 create mode 100644 man/fi_eq_open.3 create mode 100644 man/fi_eq_read.3 create mode 100644 man/fi_eq_readerr.3 create mode 100644 man/fi_eq_readfrom.3 create mode 100644 man/fi_eq_strerror.3 create mode 100644 man/fi_eq_write.3 create mode 100644 man/fi_feq_open.3 create mode 100644 man/fi_fetch_atomic.3 create mode 100644 man/fi_fetch_atomic_valid.3 create mode 100644 man/fi_fetch_atomicmsg.3 create mode 100644 man/fi_fetch_atomicto.3 create mode 100644 man/fi_fetch_atomicv.3 create mode 100644 man/fi_freeinfo.3 create mode 100644 man/fi_getname.3 create mode 100644 man/fi_getopt.3 create mode 100644 man/fi_getpeer.3 create mode 100644 man/fi_inject.3 create mode 100644 man/fi_injectto.3 create mode 100644 man/fi_join.3 create mode 100644 man/fi_leave.3 create mode 100644 man/fi_listen.3 create mode 100644 man/fi_mr_bind.3 create mode 100644 man/fi_mr_desc.3 create mode 100644 man/fi_mr_key.3 create mode 100644 man/fi_mr_reg.3 create mode 100644 man/fi_mr_regattr.3 create mode 100644 man/fi_mr_regv.3 create mode 100644 man/fi_mr_unreg.3 create mode 100644 man/fi_open.3 create mode 100644 man/fi_pendpoint.3 create mode 100644 man/fi_poll_add.3 create mode 100644 man/fi_poll_close.3 create mode 100644 man/fi_poll_del.3 create mode 100644 man/fi_poll_open.3 create mode 100644 man/fi_recv.3 create mode 100644 man/fi_recvfrom.3 create mode 100644 man/fi_recvmsg.3 create mode 100644 man/fi_recvv.3 create mode 100644 man/fi_reject.3 create mode 100644 man/fi_send.3 create mode 100644 man/fi_senddata.3 create mode 100644 man/fi_senddatato.3 create mode 100644 man/fi_sendmsg.3 create mode 100644 man/fi_sendto.3 create mode 100644 man/fi_sendv.3 create mode 100644 man/fi_setopt.3 create mode 100644 man/fi_shutdown.3 create mode 100644 man/fi_tinject.3 create mode 100644 man/fi_tinjectto.3 create mode 100644 man/fi_trecv.3 create mode 100644 man/fi_trecvfrom.3 create mode 100644 man/fi_trecvmsg.3 create mode 100644 man/fi_trecvv.3 create mode 100644 man/fi_tsearch.3 create mode 100644 man/fi_tsend.3 create mode 100644 man/fi_tsenddata.3 create mode 100644 man/fi_tsenddatato.3 create mode 100644 man/fi_tsendmsg.3 create mode 100644 man/fi_tsendto.3 create mode 100644 man/fi_tsendv.3 create mode 100644 man/fi_wait.3 create mode 100644 man/fi_wait_close.3 create mode 100644 man/fi_wait_control.3 create mode 100644 man/fi_wait_open.3 diff --git a/Makefile.am b/Makefile.am index b4dfdbacb74..f51dd526501 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,21 +129,123 @@ infinibandinclude_HEADERS = \ man_MANS = \ man/fabric.7 \ + man/fi_accept.3 \ + man/fi_alias.3 \ man/fi_atomic.3 \ + man/fi_atomicv.3 \ + man/fi_atomicto.3 \ + man/fi_atomicmsg.3 \ + man/fi_atomic_valid.3 \ man/fi_av.3 \ + man/fi_av_bind.3 \ + man/fi_av_close.3 \ + man/fi_av_insert.3 \ + man/fi_av_lookup.3 \ + man/fi_av_open.3 \ + man/fi_av_remove.3 \ + man/fi_av_straddr.3 \ + man/fi_cancel.3 \ + man/fi_close.3 \ man/fi_cm.3 \ + man/fi_compare_atomic.3 \ + man/fi_compare_atomicv.3 \ + man/fi_compare_atomicto.3 \ + man/fi_compare_atomicmsg.3 \ + man/fi_compare_atomic_valid.3 \ + man/fi_connect.3 \ man/fi_cntr.3 \ + man/fi_cntr_open.3 \ + man/fi_cntr_close.3 \ + man/fi_cntr_read.3 \ + man/fi_cntr_add.3 \ + man/fi_cntr_set.3 \ + man/fi_cntr_wait.3 \ man/fi_direct.7 \ man/fi_domain.3 \ + man/fi_domain_query.3 \ + man/fi_domain_bind.3 \ + man/fi_ep_bind.3 \ + man/fi_ep_control.3 \ + man/fi_ep_sync.3 \ man/fi_eq.3 \ + man/fi_eq_open.3 \ + man/fi_eq_close.3 \ + man/fi_eq_control.3 \ + man/fi_eq_read.3 \ + man/fi_eq_readfrom.3 \ + man/fi_eq_readerr.3 \ + man/fi_eq_write.3 \ + man/fi_eq_condread.3 \ + man/fi_eq_condreadfrom.3 \ + man/fi_eq_strerror.3 \ + man/fi_enable.3 \ man/fi_endpoint.3 \ man/fi_fabric.3 \ + man/fi_feq_open.3 \ + man/fi_fetch_atomic.3 \ + man/fi_fetch_atomicv.3 \ + man/fi_fetch_atomicto.3 \ + man/fi_fetch_atomicmsg.3 \ + man/fi_fetch_atomic_valid.3 \ + man/fi_freeinfo.3 \ man/fi_getinfo.3 \ + man/fi_getname.3 \ + man/fi_getopt.3 \ + man/fi_getpeer.3 \ + man/fi_inject.3 \ + man/fi_injectto.3 \ + man/fi_join.3 \ + man/fi_leave.3 \ + man/fi_listen.3 \ man/fi_mr.3 \ + man/fi_mr_reg.3 \ + man/fi_mr_regv.3 \ + man/fi_mr_regattr.3 \ + man/fi_mr_unreg.3 \ + man/fi_mr_desc.3 \ + man/fi_mr_key.3 \ + man/fi_mr_bind.3 \ man/fi_msg.3 \ + man/fi_open.3 \ + man/fi_pendpoint.3 \ man/fi_poll.3 \ + man/fi_poll_add.3 \ + man/fi_poll_close.3 \ + man/fi_poll_del.3 \ + man/fi_poll_open.3 \ + man/fi_recv.3 \ + man/fi_recvv.3 \ + man/fi_recvfrom.3 \ + man/fi_recvmsg.3 \ + man/fi_reject.3 \ man/fi_rma.3 \ - man/fi_tagged.3 + man/fi_send.3 \ + man/fi_senddata.3 \ + man/fi_senddatato.3 \ + man/fi_sendv.3 \ + man/fi_sendto.3 \ + man/fi_sendmsg.3 \ + man/fi_setopt.3 \ + man/fi_shutdown.3 \ + man/fi_tagged.3 \ + man/fi_tinject.3 \ + man/fi_tinjectto.3 \ + man/fi_trecv.3 \ + man/fi_trecvv.3 \ + man/fi_trecvfrom.3 \ + man/fi_trecvmsg.3 \ + man/fi_trigger.3 \ + man/fi_tsearch.3 \ + man/fi_tsend.3 \ + man/fi_tsenddata.3 \ + man/fi_tsenddatato.3 \ + man/fi_tsendv.3 \ + man/fi_tsendto.3 \ + man/fi_tsendmsg.3 \ + man/fi_wait.3 \ + man/fi_wait_close.3 \ + man/fi_wait_control.3 \ + man/fi_wait_open.3 EXTRA_DIST = include/fi.h libfabric.map libfabric.spec.in $(man_MANS) \ librdmacm/src/cma.h \ @@ -156,8 +258,3 @@ EXTRA_DIST = include/fi.h libfabric.map libfabric.spec.in $(man_MANS) \ dist-hook: libfabric.spec cp libfabric.spec $(distdir) - -install-data-hook: - cd $(DESTDIR)$(mandir)/man3 && \ - $(RM) fi_freeinfo.3 && \ - $(LN_S) fi_getinfo.3 fi_freeinfo.3 diff --git a/man/fi_accept.3 b/man/fi_accept.3 new file mode 100644 index 00000000000..e6ce2db9937 --- /dev/null +++ b/man/fi_accept.3 @@ -0,0 +1 @@ +.so man3/fi_cm.3 diff --git a/man/fi_alias.3 b/man/fi_alias.3 new file mode 100644 index 00000000000..06fd8cbc374 --- /dev/null +++ b/man/fi_alias.3 @@ -0,0 +1 @@ +.so man3/fi_endpoint.3 diff --git a/man/fi_atomic_valid.3 b/man/fi_atomic_valid.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_atomic_valid.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_atomicmsg.3 b/man/fi_atomicmsg.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_atomicmsg.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_atomicto.3 b/man/fi_atomicto.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_atomicto.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_atomicv.3 b/man/fi_atomicv.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_atomicv.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_av_bind.3 b/man/fi_av_bind.3 new file mode 100644 index 00000000000..cea770b2a13 --- /dev/null +++ b/man/fi_av_bind.3 @@ -0,0 +1 @@ +.so man3/fi_av.3 diff --git a/man/fi_av_close.3 b/man/fi_av_close.3 new file mode 100644 index 00000000000..cea770b2a13 --- /dev/null +++ b/man/fi_av_close.3 @@ -0,0 +1 @@ +.so man3/fi_av.3 diff --git a/man/fi_av_insert.3 b/man/fi_av_insert.3 new file mode 100644 index 00000000000..cea770b2a13 --- /dev/null +++ b/man/fi_av_insert.3 @@ -0,0 +1 @@ +.so man3/fi_av.3 diff --git a/man/fi_av_lookup.3 b/man/fi_av_lookup.3 new file mode 100644 index 00000000000..cea770b2a13 --- /dev/null +++ b/man/fi_av_lookup.3 @@ -0,0 +1 @@ +.so man3/fi_av.3 diff --git a/man/fi_av_open.3 b/man/fi_av_open.3 new file mode 100644 index 00000000000..cea770b2a13 --- /dev/null +++ b/man/fi_av_open.3 @@ -0,0 +1 @@ +.so man3/fi_av.3 diff --git a/man/fi_av_remove.3 b/man/fi_av_remove.3 new file mode 100644 index 00000000000..cea770b2a13 --- /dev/null +++ b/man/fi_av_remove.3 @@ -0,0 +1 @@ +.so man3/fi_av.3 diff --git a/man/fi_av_straddr.3 b/man/fi_av_straddr.3 new file mode 100644 index 00000000000..cea770b2a13 --- /dev/null +++ b/man/fi_av_straddr.3 @@ -0,0 +1 @@ +.so man3/fi_av.3 diff --git a/man/fi_cancel.3 b/man/fi_cancel.3 new file mode 100644 index 00000000000..06fd8cbc374 --- /dev/null +++ b/man/fi_cancel.3 @@ -0,0 +1 @@ +.so man3/fi_endpoint.3 diff --git a/man/fi_close.3 b/man/fi_close.3 new file mode 100644 index 00000000000..b356493b4b5 --- /dev/null +++ b/man/fi_close.3 @@ -0,0 +1 @@ +.so man3/fi_domain.3 diff --git a/man/fi_cntr_add.3 b/man/fi_cntr_add.3 new file mode 100644 index 00000000000..64101b9bb3d --- /dev/null +++ b/man/fi_cntr_add.3 @@ -0,0 +1 @@ +.so man3/fi_cntr.3 diff --git a/man/fi_cntr_close.3 b/man/fi_cntr_close.3 new file mode 100644 index 00000000000..64101b9bb3d --- /dev/null +++ b/man/fi_cntr_close.3 @@ -0,0 +1 @@ +.so man3/fi_cntr.3 diff --git a/man/fi_cntr_open.3 b/man/fi_cntr_open.3 new file mode 100644 index 00000000000..64101b9bb3d --- /dev/null +++ b/man/fi_cntr_open.3 @@ -0,0 +1 @@ +.so man3/fi_cntr.3 diff --git a/man/fi_cntr_read.3 b/man/fi_cntr_read.3 new file mode 100644 index 00000000000..64101b9bb3d --- /dev/null +++ b/man/fi_cntr_read.3 @@ -0,0 +1 @@ +.so man3/fi_cntr.3 diff --git a/man/fi_cntr_set.3 b/man/fi_cntr_set.3 new file mode 100644 index 00000000000..64101b9bb3d --- /dev/null +++ b/man/fi_cntr_set.3 @@ -0,0 +1 @@ +.so man3/fi_cntr.3 diff --git a/man/fi_cntr_wait.3 b/man/fi_cntr_wait.3 new file mode 100644 index 00000000000..64101b9bb3d --- /dev/null +++ b/man/fi_cntr_wait.3 @@ -0,0 +1 @@ +.so man3/fi_cntr.3 diff --git a/man/fi_compare_atomic.3 b/man/fi_compare_atomic.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_compare_atomic.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_compare_atomic_valid.3 b/man/fi_compare_atomic_valid.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_compare_atomic_valid.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_compare_atomicmsg.3 b/man/fi_compare_atomicmsg.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_compare_atomicmsg.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_compare_atomicto.3 b/man/fi_compare_atomicto.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_compare_atomicto.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_compare_atomicv.3 b/man/fi_compare_atomicv.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_compare_atomicv.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_connect.3 b/man/fi_connect.3 new file mode 100644 index 00000000000..e6ce2db9937 --- /dev/null +++ b/man/fi_connect.3 @@ -0,0 +1 @@ +.so man3/fi_cm.3 diff --git a/man/fi_domain_bind.3 b/man/fi_domain_bind.3 new file mode 100644 index 00000000000..b356493b4b5 --- /dev/null +++ b/man/fi_domain_bind.3 @@ -0,0 +1 @@ +.so man3/fi_domain.3 diff --git a/man/fi_domain_query.3 b/man/fi_domain_query.3 new file mode 100644 index 00000000000..b356493b4b5 --- /dev/null +++ b/man/fi_domain_query.3 @@ -0,0 +1 @@ +.so man3/fi_domain.3 diff --git a/man/fi_enable.3 b/man/fi_enable.3 new file mode 100644 index 00000000000..06fd8cbc374 --- /dev/null +++ b/man/fi_enable.3 @@ -0,0 +1 @@ +.so man3/fi_endpoint.3 diff --git a/man/fi_ep_bind.3 b/man/fi_ep_bind.3 new file mode 100644 index 00000000000..06fd8cbc374 --- /dev/null +++ b/man/fi_ep_bind.3 @@ -0,0 +1 @@ +.so man3/fi_endpoint.3 diff --git a/man/fi_ep_control.3 b/man/fi_ep_control.3 new file mode 100644 index 00000000000..06fd8cbc374 --- /dev/null +++ b/man/fi_ep_control.3 @@ -0,0 +1 @@ +.so man3/fi_endpoint.3 diff --git a/man/fi_ep_sync.3 b/man/fi_ep_sync.3 new file mode 100644 index 00000000000..06fd8cbc374 --- /dev/null +++ b/man/fi_ep_sync.3 @@ -0,0 +1 @@ +.so man3/fi_endpoint.3 diff --git a/man/fi_eq_close.3 b/man/fi_eq_close.3 new file mode 100644 index 00000000000..bec02990550 --- /dev/null +++ b/man/fi_eq_close.3 @@ -0,0 +1 @@ +.so man3/fi_eq.3 diff --git a/man/fi_eq_condread.3 b/man/fi_eq_condread.3 new file mode 100644 index 00000000000..bec02990550 --- /dev/null +++ b/man/fi_eq_condread.3 @@ -0,0 +1 @@ +.so man3/fi_eq.3 diff --git a/man/fi_eq_condreadfrom.3 b/man/fi_eq_condreadfrom.3 new file mode 100644 index 00000000000..bec02990550 --- /dev/null +++ b/man/fi_eq_condreadfrom.3 @@ -0,0 +1 @@ +.so man3/fi_eq.3 diff --git a/man/fi_eq_control.3 b/man/fi_eq_control.3 new file mode 100644 index 00000000000..bec02990550 --- /dev/null +++ b/man/fi_eq_control.3 @@ -0,0 +1 @@ +.so man3/fi_eq.3 diff --git a/man/fi_eq_open.3 b/man/fi_eq_open.3 new file mode 100644 index 00000000000..bec02990550 --- /dev/null +++ b/man/fi_eq_open.3 @@ -0,0 +1 @@ +.so man3/fi_eq.3 diff --git a/man/fi_eq_read.3 b/man/fi_eq_read.3 new file mode 100644 index 00000000000..bec02990550 --- /dev/null +++ b/man/fi_eq_read.3 @@ -0,0 +1 @@ +.so man3/fi_eq.3 diff --git a/man/fi_eq_readerr.3 b/man/fi_eq_readerr.3 new file mode 100644 index 00000000000..bec02990550 --- /dev/null +++ b/man/fi_eq_readerr.3 @@ -0,0 +1 @@ +.so man3/fi_eq.3 diff --git a/man/fi_eq_readfrom.3 b/man/fi_eq_readfrom.3 new file mode 100644 index 00000000000..bec02990550 --- /dev/null +++ b/man/fi_eq_readfrom.3 @@ -0,0 +1 @@ +.so man3/fi_eq.3 diff --git a/man/fi_eq_strerror.3 b/man/fi_eq_strerror.3 new file mode 100644 index 00000000000..bec02990550 --- /dev/null +++ b/man/fi_eq_strerror.3 @@ -0,0 +1 @@ +.so man3/fi_eq.3 diff --git a/man/fi_eq_write.3 b/man/fi_eq_write.3 new file mode 100644 index 00000000000..bec02990550 --- /dev/null +++ b/man/fi_eq_write.3 @@ -0,0 +1 @@ +.so man3/fi_eq.3 diff --git a/man/fi_feq_open.3 b/man/fi_feq_open.3 new file mode 100644 index 00000000000..bec02990550 --- /dev/null +++ b/man/fi_feq_open.3 @@ -0,0 +1 @@ +.so man3/fi_eq.3 diff --git a/man/fi_fetch_atomic.3 b/man/fi_fetch_atomic.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_fetch_atomic.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_fetch_atomic_valid.3 b/man/fi_fetch_atomic_valid.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_fetch_atomic_valid.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_fetch_atomicmsg.3 b/man/fi_fetch_atomicmsg.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_fetch_atomicmsg.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_fetch_atomicto.3 b/man/fi_fetch_atomicto.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_fetch_atomicto.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_fetch_atomicv.3 b/man/fi_fetch_atomicv.3 new file mode 100644 index 00000000000..35f83b01589 --- /dev/null +++ b/man/fi_fetch_atomicv.3 @@ -0,0 +1 @@ +.so man3/fi_atomic.3 diff --git a/man/fi_freeinfo.3 b/man/fi_freeinfo.3 new file mode 100644 index 00000000000..91e38f9d51e --- /dev/null +++ b/man/fi_freeinfo.3 @@ -0,0 +1 @@ +.so man3/fi_getinfo.3 diff --git a/man/fi_getname.3 b/man/fi_getname.3 new file mode 100644 index 00000000000..e6ce2db9937 --- /dev/null +++ b/man/fi_getname.3 @@ -0,0 +1 @@ +.so man3/fi_cm.3 diff --git a/man/fi_getopt.3 b/man/fi_getopt.3 new file mode 100644 index 00000000000..06fd8cbc374 --- /dev/null +++ b/man/fi_getopt.3 @@ -0,0 +1 @@ +.so man3/fi_endpoint.3 diff --git a/man/fi_getpeer.3 b/man/fi_getpeer.3 new file mode 100644 index 00000000000..e6ce2db9937 --- /dev/null +++ b/man/fi_getpeer.3 @@ -0,0 +1 @@ +.so man3/fi_cm.3 diff --git a/man/fi_inject.3 b/man/fi_inject.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_inject.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_injectto.3 b/man/fi_injectto.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_injectto.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_join.3 b/man/fi_join.3 new file mode 100644 index 00000000000..e6ce2db9937 --- /dev/null +++ b/man/fi_join.3 @@ -0,0 +1 @@ +.so man3/fi_cm.3 diff --git a/man/fi_leave.3 b/man/fi_leave.3 new file mode 100644 index 00000000000..e6ce2db9937 --- /dev/null +++ b/man/fi_leave.3 @@ -0,0 +1 @@ +.so man3/fi_cm.3 diff --git a/man/fi_listen.3 b/man/fi_listen.3 new file mode 100644 index 00000000000..e6ce2db9937 --- /dev/null +++ b/man/fi_listen.3 @@ -0,0 +1 @@ +.so man3/fi_cm.3 diff --git a/man/fi_mr_bind.3 b/man/fi_mr_bind.3 new file mode 100644 index 00000000000..92bacd61b32 --- /dev/null +++ b/man/fi_mr_bind.3 @@ -0,0 +1 @@ +.so man3/fi_mr.3 diff --git a/man/fi_mr_desc.3 b/man/fi_mr_desc.3 new file mode 100644 index 00000000000..92bacd61b32 --- /dev/null +++ b/man/fi_mr_desc.3 @@ -0,0 +1 @@ +.so man3/fi_mr.3 diff --git a/man/fi_mr_key.3 b/man/fi_mr_key.3 new file mode 100644 index 00000000000..92bacd61b32 --- /dev/null +++ b/man/fi_mr_key.3 @@ -0,0 +1 @@ +.so man3/fi_mr.3 diff --git a/man/fi_mr_reg.3 b/man/fi_mr_reg.3 new file mode 100644 index 00000000000..92bacd61b32 --- /dev/null +++ b/man/fi_mr_reg.3 @@ -0,0 +1 @@ +.so man3/fi_mr.3 diff --git a/man/fi_mr_regattr.3 b/man/fi_mr_regattr.3 new file mode 100644 index 00000000000..92bacd61b32 --- /dev/null +++ b/man/fi_mr_regattr.3 @@ -0,0 +1 @@ +.so man3/fi_mr.3 diff --git a/man/fi_mr_regv.3 b/man/fi_mr_regv.3 new file mode 100644 index 00000000000..92bacd61b32 --- /dev/null +++ b/man/fi_mr_regv.3 @@ -0,0 +1 @@ +.so man3/fi_mr.3 diff --git a/man/fi_mr_unreg.3 b/man/fi_mr_unreg.3 new file mode 100644 index 00000000000..92bacd61b32 --- /dev/null +++ b/man/fi_mr_unreg.3 @@ -0,0 +1 @@ +.so man3/fi_mr.3 diff --git a/man/fi_open.3 b/man/fi_open.3 new file mode 100644 index 00000000000..b356493b4b5 --- /dev/null +++ b/man/fi_open.3 @@ -0,0 +1 @@ +.so man3/fi_domain.3 diff --git a/man/fi_pendpoint.3 b/man/fi_pendpoint.3 new file mode 100644 index 00000000000..06fd8cbc374 --- /dev/null +++ b/man/fi_pendpoint.3 @@ -0,0 +1 @@ +.so man3/fi_endpoint.3 diff --git a/man/fi_poll_add.3 b/man/fi_poll_add.3 new file mode 100644 index 00000000000..d969259bf84 --- /dev/null +++ b/man/fi_poll_add.3 @@ -0,0 +1 @@ +.so man3/fi_poll.3 diff --git a/man/fi_poll_close.3 b/man/fi_poll_close.3 new file mode 100644 index 00000000000..d969259bf84 --- /dev/null +++ b/man/fi_poll_close.3 @@ -0,0 +1 @@ +.so man3/fi_poll.3 diff --git a/man/fi_poll_del.3 b/man/fi_poll_del.3 new file mode 100644 index 00000000000..d969259bf84 --- /dev/null +++ b/man/fi_poll_del.3 @@ -0,0 +1 @@ +.so man3/fi_poll.3 diff --git a/man/fi_poll_open.3 b/man/fi_poll_open.3 new file mode 100644 index 00000000000..d969259bf84 --- /dev/null +++ b/man/fi_poll_open.3 @@ -0,0 +1 @@ +.so man3/fi_poll.3 diff --git a/man/fi_recv.3 b/man/fi_recv.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_recv.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_recvfrom.3 b/man/fi_recvfrom.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_recvfrom.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_recvmsg.3 b/man/fi_recvmsg.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_recvmsg.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_recvv.3 b/man/fi_recvv.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_recvv.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_reject.3 b/man/fi_reject.3 new file mode 100644 index 00000000000..e6ce2db9937 --- /dev/null +++ b/man/fi_reject.3 @@ -0,0 +1 @@ +.so man3/fi_cm.3 diff --git a/man/fi_send.3 b/man/fi_send.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_send.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_senddata.3 b/man/fi_senddata.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_senddata.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_senddatato.3 b/man/fi_senddatato.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_senddatato.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_sendmsg.3 b/man/fi_sendmsg.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_sendmsg.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_sendto.3 b/man/fi_sendto.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_sendto.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_sendv.3 b/man/fi_sendv.3 new file mode 100644 index 00000000000..7c0724c989f --- /dev/null +++ b/man/fi_sendv.3 @@ -0,0 +1 @@ +.so man3/fi_msg.3 diff --git a/man/fi_setopt.3 b/man/fi_setopt.3 new file mode 100644 index 00000000000..06fd8cbc374 --- /dev/null +++ b/man/fi_setopt.3 @@ -0,0 +1 @@ +.so man3/fi_endpoint.3 diff --git a/man/fi_shutdown.3 b/man/fi_shutdown.3 new file mode 100644 index 00000000000..e6ce2db9937 --- /dev/null +++ b/man/fi_shutdown.3 @@ -0,0 +1 @@ +.so man3/fi_cm.3 diff --git a/man/fi_tinject.3 b/man/fi_tinject.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_tinject.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_tinjectto.3 b/man/fi_tinjectto.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_tinjectto.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_trecv.3 b/man/fi_trecv.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_trecv.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_trecvfrom.3 b/man/fi_trecvfrom.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_trecvfrom.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_trecvmsg.3 b/man/fi_trecvmsg.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_trecvmsg.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_trecvv.3 b/man/fi_trecvv.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_trecvv.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_tsearch.3 b/man/fi_tsearch.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_tsearch.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_tsend.3 b/man/fi_tsend.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_tsend.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_tsenddata.3 b/man/fi_tsenddata.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_tsenddata.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_tsenddatato.3 b/man/fi_tsenddatato.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_tsenddatato.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_tsendmsg.3 b/man/fi_tsendmsg.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_tsendmsg.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_tsendto.3 b/man/fi_tsendto.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_tsendto.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_tsendv.3 b/man/fi_tsendv.3 new file mode 100644 index 00000000000..73f94d37e42 --- /dev/null +++ b/man/fi_tsendv.3 @@ -0,0 +1 @@ +.so man3/fi_tagged.3 diff --git a/man/fi_wait.3 b/man/fi_wait.3 new file mode 100644 index 00000000000..d969259bf84 --- /dev/null +++ b/man/fi_wait.3 @@ -0,0 +1 @@ +.so man3/fi_poll.3 diff --git a/man/fi_wait_close.3 b/man/fi_wait_close.3 new file mode 100644 index 00000000000..d969259bf84 --- /dev/null +++ b/man/fi_wait_close.3 @@ -0,0 +1 @@ +.so man3/fi_poll.3 diff --git a/man/fi_wait_control.3 b/man/fi_wait_control.3 new file mode 100644 index 00000000000..d969259bf84 --- /dev/null +++ b/man/fi_wait_control.3 @@ -0,0 +1 @@ +.so man3/fi_poll.3 diff --git a/man/fi_wait_open.3 b/man/fi_wait_open.3 new file mode 100644 index 00000000000..d969259bf84 --- /dev/null +++ b/man/fi_wait_open.3 @@ -0,0 +1 @@ +.so man3/fi_poll.3 From 7693ed6cafe6c318e08895f2a6fed9f31a54f08d Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 21 Aug 2014 04:09:19 -0700 Subject: [PATCH 6/8] fi_av.3: fix nroff quoting typo Signed-off-by: Jeff Squyres --- man/fi_av.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/fi_av.3 b/man/fi_av.3 index 2f5bd4a9f0b..378d00c348b 100644 --- a/man/fi_av.3 +++ b/man/fi_av.3 @@ -35,7 +35,7 @@ Convert an address into a printable string. .BI "int fi_av_close(struct fid_av *" av ");" .PP .HP -.BI "int fi_av_bind(struct fid_av *" av ", " struct fid *" eq ", uint64_t " flags ");" +.BI "int fi_av_bind(struct fid_av *" av ", struct fid *" eq ", uint64_t " flags ");" .PP .HP .BI "int fi_av_insert(struct fid_av *" av ", void *" addr ", size_t " count ", " @@ -44,7 +44,7 @@ Convert an address into a printable string. .BI "int fi_av_remove(struct fid_av *" av ", void *" fi_addr ", size_t " count ", " .BI "uint64_t " flags ");" .HP -.BI "int fi_av_lookup(struct fid_av *" av" , const void *" fi_addr ", " +.BI "int fi_av_lookup(struct fid_av *" av ", const void *" fi_addr ", " .BI "void *" addr ", size_t *" addrlen ");" .HP .BI "const char * fi_av_straddr(struct fid_av *" av ", const void *" addr ", " From 4bf39dea6a37492b2a6797a28252bebfccf6fd6f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 21 Aug 2014 04:10:23 -0700 Subject: [PATCH 7/8] fi_tagged.3: remove extra blank line in man page Signed-off-by: Jeff Squyres --- man/fi_tagged.3 | 1 - 1 file changed, 1 deletion(-) diff --git a/man/fi_tagged.3 b/man/fi_tagged.3 index 62f0dc72f94..6eec93b1e96 100644 --- a/man/fi_tagged.3 +++ b/man/fi_tagged.3 @@ -71,7 +71,6 @@ Initiate a search operation for a buffered receive matching a given tag .BI "ssize_t fi_tsenddatato(struct fid_ep *" ep ", const void * " buf ", size_t " len "," .BI "void *" desc ", uint64_t " data "," .BI "const void * " dest_addr ", uint64_t " tag ", void * " context ");" -.PP .HP .BI "ssize_t fi_tsearch(struct fid_ep *" ep ", uint64_t *" tag ", uint64_t " ignore "," .BI "uint64_t " flags ", void * " src_addr ", size_t * " src_addrlen "," From a656c056067d023cf31fedd7000d26e057da3ac9 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 21 Aug 2014 04:10:43 -0700 Subject: [PATCH 8/8] man pages: fix some quoting typos Signed-off-by: Jeff Squyres --- man/fi_domain.3 | 2 +- man/fi_endpoint.3 | 2 +- man/fi_mr.3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/fi_domain.3 b/man/fi_domain.3 index 85ab0cec94b..86276546552 100644 --- a/man/fi_domain.3 +++ b/man/fi_domain.3 @@ -16,7 +16,7 @@ fi_domain \- Open a fabric access domain .BI "struct fi_domain_attr *" attr ", size_t *" attrlen ");" .PP .HP -.BI "int fi_domain_bind(struct fid_domain *" domain ", " struct fid *" eq ", " +.BI "int fi_domain_bind(struct fid_domain *" domain ", struct fid *" eq ", " .BI "uint64_t " flags ");" .HP .BI "int fi_open(struct fid_domain *" domain ", const char *" name ", uint64_t " flags "," diff --git a/man/fi_endpoint.3 b/man/fi_endpoint.3 index e731c428fc2..5be6f8e03c4 100644 --- a/man/fi_endpoint.3 +++ b/man/fi_endpoint.3 @@ -51,7 +51,7 @@ Get or set endpoint options. .BI "int fi_close(struct fid_ep *" ep ");" .PP .HP -.BI "int fi_ep_bind(struct fid *" ep ", " struct fid *" fid ", uint64_t " flags ");" +.BI "int fi_ep_bind(struct fid *" ep ", struct fid *" fid ", uint64_t " flags ");" .PP .HP .BI "int fi_enable(struct fid_ep *" ep ");" diff --git a/man/fi_mr.3 b/man/fi_mr.3 index c1f1f0c5773..bb82772bd20 100644 --- a/man/fi_mr.3 +++ b/man/fi_mr.3 @@ -52,7 +52,7 @@ Associate a registered memory region with an event collector. .BI "uint64_t fi_mr_key(struct fid_mr *" mr ");" .PP .HP -.BI "int fi_mr_bind(struct fid_mr *" mr ", " struct fid *" ec ", " +.BI "int fi_mr_bind(struct fid_mr *" mr ", struct fid *" ec ", " .BI "uint64_t " flags ");" .SH ARGUMENTS .IP "domain"