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/man3c/door_call.3c | |
parent | 236cb9a89d936b4b681853751c9af1adccc35ef9 (diff) | |
download | illumos-gate-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/man3c/door_call.3c')
-rw-r--r-- | usr/src/man/man3c/door_call.3c | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/usr/src/man/man3c/door_call.3c b/usr/src/man/man3c/door_call.3c index c2e7515365..81584c51a6 100644 --- a/usr/src/man/man3c/door_call.3c +++ b/usr/src/man/man3c/door_call.3c @@ -176,7 +176,7 @@ invocation is not idempotent the caller should mask any signals that may be generated during a \fBdoor_call()\fR operation. If the client aborts in the middle of a \fBdoor_call()\fR and the door was not created with the \fBDOOR_NO_CANCEL\fR flag, the server thread is notified using the POSIX (see -\fBstandards\fR(5)) thread cancellation mechanism. See \fBcancellation\fR(5). +\fBstandards\fR(7)) thread cancellation mechanism. See \fBcancellation\fR(7). .SH RETURN VALUES .LP Upon successful completion, \fB0\fR is returned. Otherwise, \fB\(mi1\fR is @@ -291,7 +291,7 @@ System could not create overflow area in caller for results. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -310,6 +310,12 @@ MT-Level Safe .SH SEE ALSO .LP -\fBmunmap\fR(2), \fBdoor_create\fR(3C), \fBdoor_getparam\fR(3C), -\fBdoor_info\fR(3C), \fBdoor_return\fR(3C), \fBlibdoor\fR(3LIB), -\fBattributes\fR(5), \fBcancellation\fR(5), \fBstandards\fR(5) +.BR munmap (2), +.BR door_create (3C), +.BR door_getparam (3C), +.BR door_info (3C), +.BR door_return (3C), +.BR libdoor (3LIB), +.BR attributes (7), +.BR cancellation (7), +.BR standards (7) |