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_create.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_create.3c')
-rw-r--r-- | usr/src/man/man3c/door_create.3c | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/usr/src/man/man3c/door_create.3c b/usr/src/man/man3c/door_create.3c index 0f04425dd8..ec2eb50688 100644 --- a/usr/src/man/man3c/door_create.3c +++ b/usr/src/man/man3c/door_create.3c @@ -94,7 +94,7 @@ procedure will always be invoked with an \fIn_desc\fR argument of 0. .RS 4n Clients which abort calls to \fBdoor_call()\fR on this door will not cause the cancellation of the server thread handling the request. See -\fBcancellation\fR(5). +\fBcancellation\fR(7). .RE .sp @@ -200,7 +200,7 @@ main(int argc, char *argv[]) .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 @@ -219,7 +219,13 @@ MT-Level Safe .SH SEE ALSO .LP -\fBdoor_bind\fR(3C), \fBdoor_call\fR(3C), \fBdoor_info\fR(3C), -\fBdoor_revoke\fR(3C), \fBdoor_setparam\fR(3C), \fBdoor_server_create\fR(3C), -\fBfattach\fR(3C), \fBlibdoor\fR(3LIB), \fBattributes\fR(5), -\fBcancellation\fR(5) +.BR door_bind (3C), +.BR door_call (3C), +.BR door_info (3C), +.BR door_revoke (3C), +.BR door_server_create (3C), +.BR door_setparam (3C), +.BR fattach (3C), +.BR libdoor (3LIB), +.BR attributes (7), +.BR cancellation (7) |