diff options
Diffstat (limited to 'usr/src/man/man3c/door_server_create.3c')
-rw-r--r-- | usr/src/man/man3c/door_server_create.3c | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/usr/src/man/man3c/door_server_create.3c b/usr/src/man/man3c/door_server_create.3c index cc2940b976..001e0ef5da 100644 --- a/usr/src/man/man3c/door_server_create.3c +++ b/usr/src/man/man3c/door_server_create.3c @@ -23,7 +23,7 @@ incoming concurrent door invocations automatically. There is no pre-defined upper limit on the number of server threads that the system creates in response to incoming invocations (1 server thread for each active door invocation). These threads are created with the default thread stack size and -POSIX (see \fBstandards\fR(5)) threads cancellation disabled. The created +POSIX (see \fBstandards\fR(7)) threads cancellation disabled. The created threads also have the \fBTHR_BOUND\fR | \fBTHR_DETACHED\fR attributes for Solaris threads and the \fBPTHREAD_SCOPE_SYSTEM\fR | \fBPTHREAD_CREATE_DETACHED\fR attributes for POSIX threads. The signal @@ -122,7 +122,7 @@ main(\|) .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 @@ -141,7 +141,13 @@ MT-Level Safe .SH SEE ALSO .LP -\fBdoor_bind\fR(3C), \fBdoor_call\fR(3C), \fBdoor_create\fR(3C), -\fBdoor_return\fR(3C), \fBpthread_create\fR(3C), -\fBpthread_setcancelstate\fR(3C), \fBthr_create\fR(3C), \fBattributes\fR(5), -\fBcancellation\fR(5), \fBstandards\fR(5) +.BR door_bind (3C), +.BR door_call (3C), +.BR door_create (3C), +.BR door_return (3C), +.BR pthread_create (3C), +.BR pthread_setcancelstate (3C), +.BR thr_create (3C), +.BR attributes (7), +.BR cancellation (7), +.BR standards (7) |