Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nroff-generated man pages #10

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion man/man3/fi_mr.3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.5
.\"
.TH "fi_mr" "3" "2021\-03\-23" "Libfabric Programmer\[cq]s Manual" "#VERSION#"
.TH "fi_mr" "3" "2021\-04\-14" "Libfabric Programmer\[cq]s Manual" "#VERSION#"
.hy
.SH NAME
.PP
Expand Down Expand Up @@ -705,6 +705,13 @@ This flag indicates that the underlying memory region is backed by
persistent memory and will be used in RMA operations.
It must be specified if persistent completion semantics or persistent
data transfers are required when accessing the registered region.
.TP
.B \f[I]FI_HMEM_DEVICE_ONLY\f[R]
This flag indicates that the memory is only accessible by a device.
Which device is specified by the fi_mr_attr fields iface and device.
This refers to memory regions that were allocated using a device API
AllocDevice call (as opposed to using the host allocation or
unified/shared memory allocation).
.SH MEMORY DOMAINS
.PP
Memory domains identify the physical separation of memory which may or
Expand Down