diff options
Diffstat (limited to 'usr/src/man/man3c/port_associate.3c')
-rw-r--r-- | usr/src/man/man3c/port_associate.3c | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/usr/src/man/man3c/port_associate.3c b/usr/src/man/man3c/port_associate.3c index 7dd2250d0c..8b4fb4843f 100644 --- a/usr/src/man/man3c/port_associate.3c +++ b/usr/src/man/man3c/port_associate.3c @@ -208,7 +208,7 @@ The maximum number of objects associated with the port was exceeded. The maximum allowable number of events or association of objects per port is the minimum value of the \fBprocess.max-port-events\fR resource control at the time \fBport_create\fR(3C) was used to create the port. See \fBsetrctl\fR(2) and -\fBrctladm\fR(1M) for information on using resource controls. +\fBrctladm\fR(8) for information on using resource controls. .sp The number of objects associated with a port is composed of all supported resource types. Some of the source types do not explicitly use the @@ -404,7 +404,7 @@ my_status = aio_return(aiocbp); .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 @@ -423,6 +423,12 @@ MT-Level Safe .SH SEE ALSO .LP -\fBrctladm\fR(1M), \fBpoll\fR(2), \fBsetrctl\fR(2), \fBport_alert\fR(3C), -\fBport_create\fR(3C), \fBport_get\fR(3C), \fBport_send\fR(3C), -\fBsignal.h\fR(3HEAD), \fBattributes\fR(5) +.BR poll (2), +.BR setrctl (2), +.BR port_alert (3C), +.BR port_create (3C), +.BR port_get (3C), +.BR port_send (3C), +.BR signal.h (3HEAD), +.BR attributes (7), +.BR rctladm (8) |