From 25ac81736e91dcb748c4dba5c512c9f0261e01db Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 14 May 2014 09:19:55 +0200 Subject: pthread_attr_setinheritsched.3, pthread_attr_setschedparam.3, pthread_attr_setschedpolicy.3, pthread_setaffinity_np.3, pthread_setschedparam.3, pthread_setschedprio.3, pthread_yield.3, pthreads.7: Change references to "sched_setscheduler(2)" to "sched(7)" Change consistent with the fact that the scheduling overview page is now sched(7) not sched_setscheduler(2). Signed-off-by: Michael Kerrisk --- man7/pthreads.7 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'man7/pthreads.7') diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 0c4c07bb37..0f232e86d1 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -97,9 +97,7 @@ alternate signal stack .RB ( sigaltstack (2)) .IP \- 3 real-time scheduling policy and priority -.RB ( sched_setscheduler (2) -and -.BR sched_setparam (2)) +.RB ( sched (7)) .PP The following Linux-specific features are also per-thread: .IP \- 3 -- cgit 1.2.3-korg