diff options
author | Richard Lowe <richlowe@richlowe.net> | 2022-02-26 16:40:47 -0600 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2022-03-10 01:14:35 -0600 |
commit | bbf215553c7233fbab8a0afdf1fac74c44781867 (patch) | |
tree | e698415c5d1265b368c58c56199244dc2be86500 /usr/src/man/man3lib/libdat.3lib | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-joyent-bbf215553c7233fbab8a0afdf1fac74c44781867.tar.gz |
14443 resection manual pages per IPD4
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/man/man3lib/libdat.3lib')
-rw-r--r-- | usr/src/man/man3lib/libdat.3lib | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/usr/src/man/man3lib/libdat.3lib b/usr/src/man/man3lib/libdat.3lib index a9a96126c4..c1658d9f69 100644 --- a/usr/src/man/man3lib/libdat.3lib +++ b/usr/src/man/man3lib/libdat.3lib @@ -19,7 +19,7 @@ cc [ \fIflag\fR... ] \fIfile\fR... \fB-ldat\fR [ \fIlibrary\fR... ] The libdat library provides an application with the User Direct Access Programming Library (uDAPL) 1.2 functions to access the underlying RDMA-able interconnects. Different uDAPL service providers listed in the DAT static -registry \fBdat.conf\fR(4) can be registered during runtime with the DAT +registry \fBdat.conf\fR(5) can be registered during runtime with the DAT library. After an application opens an interface adapter belonging to a particular service provider, all function calls will be redirected to that service provider's library. @@ -118,7 +118,7 @@ shared object .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -136,7 +136,10 @@ MT-Level Unsafe .SH SEE ALSO .sp .LP -\fBdatadm\fR(1M), \fBIntro\fR(3), \fBdat.conf\fR(4), \fBattributes\fR(5) +.BR Intro (3), +.BR dat.conf (5), +.BR attributes (7), +.BR datadm (8) .SH NOTES .sp .LP @@ -154,6 +157,6 @@ l l . .sp .LP In terms of installation, the service provider package should include a -\fBservice_provider.conf\fR(4) file. The \fBdatadm\fR(1M) administrative +\fBservice_provider.conf\fR(5) file. The \fBdatadm\fR(8) administrative configuration program should be used to add and remove service provider's -entries in the system-wide \fBdat.conf\fR(4). +entries in the system-wide \fBdat.conf\fR(5). |