Skip to content

Commit

Permalink
Updated nroff-generated man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ofiwg-bot committed Oct 1, 2015
1 parent fc03d45 commit 93a2764
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 3 additions & 1 deletion man/man3/fi_atomic.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH fi_atomic 3 "2015\-09\-09" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
.TH fi_atomic 3 "2015\-10\-01" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
.SH NAME
.PP
fi_atomic - Remote atomic functions
Expand Down Expand Up @@ -94,6 +94,8 @@ operation
.PP
\f[I]count / compare_count / result_count\f[] : Count of vectored data
entries.
The number of elements referenced, where each element is the indicated
datatype.
.PP
\f[I]addr\f[] : Address of remote memory to access.
.PP
Expand Down
7 changes: 5 additions & 2 deletions man/man3/fi_endpoint.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH fi_endpoint 3 "2015\-07\-28" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
.TH fi_endpoint 3 "2015\-10\-01" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
.SH NAME
.PP
fi_endpoint - Fabric endpoint operations
Expand Down Expand Up @@ -408,7 +408,8 @@ canceled.
If multiple outstanding operations match the context parameter, only one
will be canceled.
In this case, the operation which is canceled is provider specific.
The cancel operation will complete within a bounded period of time.
The cancel operation is asynchronous, but will complete within a bounded
period of time.
.SS fi_alias
.PP
This call creates an alias to the specified endpoint.
Expand Down Expand Up @@ -1232,6 +1233,8 @@ generate a completion event.
.PP
Returns 0 on success.
On error, a negative value corresponding to fabric errno is returned.
For fi_cancel, a return value of 0 indicates that the cancel request was
submitted for processing.
.PP
Fabric errno values are defined in \f[C]rdma/fi_errno.h\f[].
.SH ERRORS
Expand Down
7 changes: 4 additions & 3 deletions man/man3/fi_getinfo.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH fi_getinfo 3 "2015\-09\-23" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
.TH fi_getinfo 3 "2015\-10\-01" "Libfabric Programmer\[aq]s Manual" "\@VERSION\@"
.SH NAME
.PP
fi_getinfo / fi_freeinfo - Obtain / free fabric interface information
Expand Down Expand Up @@ -460,8 +460,9 @@ However, when a large number of IOV entries are supported, IOV buffering
may have a negative impact on performance and memory consumption.
The FI_ASYNC_IOV mode indicates that the application must provide the
buffering needed for the IO vectors.
When set, an application must not modify an IO vector until the
associated operation has completed.
When set, an application must not modify an IO vector, including any
related memory descriptor array, until the associated operation has
completed.
.PP
\f[I]FI_RX_CQ_DATA\f[] : This mode bit only applies to data transfers
that set FI_REMOTE_CQ_DATA.
Expand Down

0 comments on commit 93a2764

Please sign in to comment.