This commit is contained in:
Michael Kerrisk 2007-06-20 22:09:10 +00:00
parent 1100358651
commit f25eaea8f3
5 changed files with 5 additions and 5 deletions

View File

@ -82,7 +82,7 @@ POSIX systems on which
and
.BR sched_get_priority_min ()
are available define
.I _POSIX_PRIORITY_SCHEDULING
.B _POSIX_PRIORITY_SCHEDULING
in \fI<unistd.h>\fP.
.SH "RETURN VALUE"
On success,

View File

@ -63,7 +63,7 @@ scheduling policy.
POSIX systems on which
.BR sched_rr_get_interval ()
is available define
.I _POSIX_PRIORITY_SCHEDULING
.B _POSIX_PRIORITY_SCHEDULING
in \fI<unistd.h>\fP.
.SH "RETURN VALUE"
On success,

View File

@ -83,7 +83,7 @@ POSIX systems on which
and
.BR sched_getparam ()
are available define
.I _POSIX_PRIORITY_SCHEDULING
.B _POSIX_PRIORITY_SCHEDULING
in \fI<unistd.h>\fP.
.SH "RETURN VALUE"
On success,

View File

@ -292,7 +292,7 @@ POSIX systems on which
and
.BR sched_getscheduler ()
are available define
.I _POSIX_PRIORITY_SCHEDULING
.B _POSIX_PRIORITY_SCHEDULING
in \fI<unistd.h>\fP.
.SH "RETURN VALUE"
On success,

View File

@ -48,7 +48,7 @@ call to
POSIX systems on which
.BR sched_yield ()
is available define
.I _POSIX_PRIORITY_SCHEDULING
.B _POSIX_PRIORITY_SCHEDULING
in \fI<unistd.h>\fP.
.SH "RETURN VALUE"
On success,