aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sched_setparam.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sched_setparam.2')
-rw-r--r--man2/sched_setparam.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/sched_setparam.2 b/man2/sched_setparam.2
index 861ecb1920..ab83900c84 100644
--- a/man2/sched_setparam.2
+++ b/man2/sched_setparam.2
@@ -57,13 +57,13 @@ policy of the process identified by
See
.BR sched (7)
for a description of the scheduling policies supported under Linux.
-
+.PP
.BR sched_getparam ()
retrieves the scheduling parameters for the
process identified by \fIpid\fP.
If \fIpid\fP is zero, then the parameters
of the calling process are retrieved.
-
+.PP
.BR sched_setparam ()
checks the validity of \fIparam\fP for the scheduling policy of the
thread.
@@ -72,11 +72,11 @@ range given by
.BR sched_get_priority_min (2)
and
.BR sched_get_priority_max (2).
-
+.PP
For a discussion of the privileges and resource limits related to
scheduling priority and policy, see
.BR sched (7).
-
+.PP
POSIX systems on which
.BR sched_setparam ()
and