diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-05-14 09:19:55 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-05-14 21:19:59 +0200 |
| commit | 25ac81736e91dcb748c4dba5c512c9f0261e01db (patch) | |
| tree | dc8aec8b80210bec16cd1f8a8569c4e8357d456a /man7/pthreads.7 | |
| parent | edf9eec6beda34350af378bba6d0c1d431627867 (diff) | |
| download | man-pages-25ac81736e91dcb748c4dba5c512c9f0261e01db.tar.gz | |
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 <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/pthreads.7')
| -rw-r--r-- | man7/pthreads.7 | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
