diff options
Diffstat (limited to 'usr/src/man/man3c/pthread_getschedparam.3c')
-rw-r--r-- | usr/src/man/man3c/pthread_getschedparam.3c | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/usr/src/man/man3c/pthread_getschedparam.3c b/usr/src/man/man3c/pthread_getschedparam.3c index c335b0d8c8..80b95540c9 100644 --- a/usr/src/man/man3c/pthread_getschedparam.3c +++ b/usr/src/man/man3c/pthread_getschedparam.3c @@ -126,7 +126,7 @@ fixed priority scheduling class .sp .LP -See \fBpthreads\fR(5). The affected scheduling parameter is the +See \fBpthreads\fR(7). The affected scheduling parameter is the \fIsched_priority\fR member of the \fBsched_param\fR structure. .sp .LP @@ -188,7 +188,7 @@ scheduling parameters or the scheduling policy of the specified thread. .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 @@ -202,13 +202,19 @@ Interface Stability Committed _ MT-Level MT-Safe _ -Standard See \fBstandards\fR(5). +Standard See \fBstandards\fR(7). .TE .SH SEE ALSO .LP -\fBpthread_attr_init\fR(3C), \fBsched_getparam\fR(3C), -\fBsched_get_priority_max\fR(3C), \fBsched_get_priority_max\fR(3C), -\fBsched_get_priority_min\fR(3C), \fBsched_setparam\fR(3C), -\fBsched_getscheduler\fR(3C), \fBsched_setscheduler\fR(3C), -\fBattributes\fR(5), \fBpthreads\fR(5), \fBstandards\fR(5) +.BR pthread_attr_init (3C), +.BR sched_get_priority_max (3C), +.BR sched_get_priority_max (3C), +.BR sched_get_priority_min (3C), +.BR sched_getparam (3C), +.BR sched_getscheduler (3C), +.BR sched_setparam (3C), +.BR sched_setscheduler (3C), +.BR attributes (7), +.BR pthreads (7), +.BR standards (7) |