From fd524ab98b4b6fb2501c647e6ec320d1ada99bfe Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 8 Aug 2013 14:55:59 +0200 Subject: [PATCH] sched_setparam.2: Clarify that this system call applies to threads (not processes) Signed-off-by: Michael Kerrisk --- man2/sched_setparam.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sched_setparam.2 b/man2/sched_setparam.2 index dd70484d3..e3e5b2538 100644 --- a/man2/sched_setparam.2 +++ b/man2/sched_setparam.2 @@ -66,7 +66,7 @@ of the calling process are retrieved. .BR sched_setparam () checks the validity of \fIparam\fP for the scheduling policy of the -process. +thread. The value \fIparam\->sched_priority\fP must lie within the range given by .BR sched_get_priority_min (2)