[Pkg-ofed-commits] [libfabric] 58/123: Updated nroff-generated man pages

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Oct 22 12:28:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to annotated tag v1.1.1
in repository libfabric.

commit db5c89b9f56603d47069c76963d4c74cf7240d57
Author: OFIWG Bot <ofiwg at lists.openfabrics.org>
Date:   Wed Sep 9 03:39:49 2015 -0700

    Updated nroff-generated man pages
---
 man/man3/fi_atomic.3  | 14 +++++++-------
 man/man3/fi_getinfo.3 |  5 +++--
 man/man3/fi_msg.3     |  9 ++++++++-
 man/man3/fi_rma.3     | 10 +++++++++-
 man/man3/fi_tagged.3  | 10 +++++++++-
 5 files changed, 36 insertions(+), 12 deletions(-)

diff --git a/man/man3/fi_atomic.3 b/man/man3/fi_atomic.3
index 5db1ff2..586d6d7 100644
--- a/man/man3/fi_atomic.3
+++ b/man/man3/fi_atomic.3
@@ -1,4 +1,4 @@
-.TH fi_atomic 3 "2015\-06\-08" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
+.TH fi_atomic 3 "2015\-09\-09" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
 .SH NAME
 .PP
 fi_atomic - Remote atomic functions
@@ -292,7 +292,7 @@ addr[i]\ =\ buf[i]
 .IP
 .nf
 \f[C]
-if\ (addr[i]\ ==\ compare[i])
+if\ (compare[i]\ ==\ addr[i])
 \ \ \ \ addr[i]\ =\ buf[i]
 \f[]
 .fi
@@ -301,7 +301,7 @@ if\ (addr[i]\ ==\ compare[i])
 .IP
 .nf
 \f[C]
-if\ (addr[i]\ !=\ compare[i])
+if\ (compare[i]\ !=\ addr[i])
 \ \ \ \ addr[i]\ =\ buf[i]
 \f[]
 .fi
@@ -311,7 +311,7 @@ with data
 .IP
 .nf
 \f[C]
-if\ (addr[i]\ <=\ compare[i])
+if\ (compare[i]\ <=\ addr[i])
 \ \ \ \ addr[i]\ =\ buf[i]
 \f[]
 .fi
@@ -320,7 +320,7 @@ if\ (addr[i]\ <=\ compare[i])
 .IP
 .nf
 \f[C]
-if\ (addr[i]\ <\ compare[i])
+if\ (compare[i]\ <\ addr[i])
 \ \ \ \ addr[i]\ =\ buf[i]
 \f[]
 .fi
@@ -330,7 +330,7 @@ with data
 .IP
 .nf
 \f[C]
-if\ (addr[i]\ >=\ compare[i])
+if\ (compare[i]\ >=\ addr[i])
 \ \ \ \ addr[i]\ =\ buf[i]
 \f[]
 .fi
@@ -339,7 +339,7 @@ if\ (addr[i]\ >=\ compare[i])
 .IP
 .nf
 \f[C]
-if\ (addr[i]\ >\ compare[i])
+if\ (compare[i]\ >\ addr[i])
 \ \ \ \ addr[i]\ =\ buf[i]
 \f[]
 .fi
diff --git a/man/man3/fi_getinfo.3 b/man/man3/fi_getinfo.3
index 21edb0f..9662c52 100644
--- a/man/man3/fi_getinfo.3
+++ b/man/man3/fi_getinfo.3
@@ -1,4 +1,4 @@
-.TH fi_getinfo 3 "2015\-07\-07" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
+.TH fi_getinfo 3 "2015\-09\-09" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
 .SH NAME
 .PP
 fi_getinfo / fi_freeinfo - Obtain / free fabric interface information
@@ -372,7 +372,8 @@ Primary capabilities: FI_MSG, FI_RMA, FI_TAGGED, FI_ATOMIC,
 FI_NAMED_RX_CTX, FI_DIRECTED_RECV, FI_READ, FI_WRITE, FI_RECV, FI_SEND,
 FI_REMOTE_READ, and FI_REMOTE_WRITE.
 .PP
-Secondary capabilities: FI_MULTI_RECV, FI_SOURCE, FI_FENCE
+Secondary capabilities: FI_MULTI_RECV, FI_SOURCE, FI_RMA_EVENT,
+FI_TRIGGER, FI_FENCE.
 .SH MODE
 .PP
 The operational mode bits are used to convey requirements that an
diff --git a/man/man3/fi_msg.3 b/man/man3/fi_msg.3
index 7ff7740..cd17d97 100644
--- a/man/man3/fi_msg.3
+++ b/man/man3/fi_msg.3
@@ -1,4 +1,4 @@
-.TH fi_msg 3 "2015\-07\-16" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
+.TH fi_msg 3 "2015\-09\-09" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
 .SH NAME
 .PP
 fi_msg - Message data transfer operations
@@ -42,6 +42,9 @@ ssize_t\ fi_inject(struct\ fid_ep\ *ep,\ void\ *buf,\ size_t\ len,
 
 ssize_t\ fi_senddata(struct\ fid_ep\ *ep,\ void\ *buf,\ size_t\ len,
 \ \ \ \ void\ *desc,\ uint64_t\ data,\ fi_addr_t\ dest_addr,\ void\ *context);
+
+ssize_t\ fi_injectdata(struct\ fid_ep\ *ep,\ void\ *buf,\ size_t\ len,
+\ \ \ \ uint64_t\ data,\ fi_addr_t\ dest_addr);
 \f[]
 .fi
 .SH ARGUMENTS
@@ -151,6 +154,10 @@ See the flags discussion below for more details.
 .PP
 The send data call is similar to fi_send, but allows for the sending of
 remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of the transfer.
+.SS fi_injectdata
+.PP
+The inject data call is similar to fi_inject, but allows for the sending
+of remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of the transfer.
 .SS fi_recv
 .PP
 The fi_recv call posts a data buffer to the receive queue of the
diff --git a/man/man3/fi_rma.3 b/man/man3/fi_rma.3
index bebfb7b..0cdbc31 100644
--- a/man/man3/fi_rma.3
+++ b/man/man3/fi_rma.3
@@ -1,4 +1,4 @@
-.TH fi_rma 3 "2015\-03\-31" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
+.TH fi_rma 3 "2015\-09\-09" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
 .SH NAME
 .PP
 fi_rma - Remote memory access operations
@@ -46,6 +46,9 @@ ssize_t\ fi_inject_write(struct\ fid_ep\ *ep,\ const\ void\ *buf,\ size_t\ len,
 ssize_t\ fi_writedata(struct\ fid_ep\ *ep,\ const\ void\ *buf,\ size_t\ len,
 \ \ \ \ void\ *desc,\ uint64_t\ data,\ fi_addr_t\ dest_addr,\ uint64_t\ addr,
 \ \ \ \ uint64_t\ key,\ void\ *context);
+
+ssize_t\ fi_inject_writedata(struct\ fid_ep\ *ep,\ const\ void\ *buf,\ size_t\ len,
+\ \ \ \ uint64_t\ data,\ fi_addr_t\ dest_addr,\ uint64_t\ addr,\ uint64_t\ key);
 \f[]
 .fi
 .SH ARGUMENTS
@@ -174,6 +177,11 @@ See the flags discussion below for more details.
 .PP
 The write data call is similar to fi_write, but allows for the sending
 of remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of the transfer.
+.SS fi_inject_writedata
+.PP
+The inject write data call is similar to fi_inject_write, but allows for
+the sending of remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of
+the transfer.
 .SS fi_read
 .PP
 The fi_read call requests that the remote endpoint transfer data from
diff --git a/man/man3/fi_tagged.3 b/man/man3/fi_tagged.3
index f971e52..3c6ca1b 100644
--- a/man/man3/fi_tagged.3
+++ b/man/man3/fi_tagged.3
@@ -1,4 +1,4 @@
-.TH fi_tagged 3 "2015\-04\-28" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
+.TH fi_tagged 3 "2015\-09\-09" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
 .SH NAME
 .PP
 fi_tagged - Tagged data transfer operations
@@ -44,6 +44,9 @@ ssize_t\ fi_tinject(struct\ fid_ep\ *ep,\ const\ void\ *buf,\ size_t\ len,
 ssize_t\ fi_tsenddata(struct\ fid_ep\ *ep,\ const\ void\ *buf,\ size_t\ len,
 \ \ \ \ void\ *desc,\ uint64_t\ data,\ fi_addr_t\ dest_addr,\ uint64_t\ tag,
 \ \ \ \ void\ *context);
+
+ssize_t\ fi_tinjectdata(struct\ fid_ep\ *ep,\ const\ void\ *buf,\ size_t\ len,
+\ \ \ \ uint64_t\ data,\ fi_addr_t\ dest_addr,\ uint64_t\ tag);
 \f[]
 .fi
 .SH ARGUMENTS
@@ -177,6 +180,11 @@ See the flags discussion below for more details.
 The tagged send data call is similar to fi_tsend, but allows for the
 sending of remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of the
 transfer.
+.SS fi_tinjectdata
+.PP
+The tagged inject data call is similar to fi_tinject, but allows for the
+sending of remote CQ data (see FI_REMOTE_CQ_DATA flag) as part of the
+transfer.
 .SS fi_trecv
 .PP
 The fi_trecv call posts a data buffer to the receive queue of the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libfabric.git



More information about the Pkg-ofed-commits mailing list