diff options
| -rw-r--r-- | man3/pthread_setaffinity_np.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man3/pthread_setaffinity_np.3 b/man3/pthread_setaffinity_np.3 index 06a26884fb..86013d560c 100644 --- a/man3/pthread_setaffinity_np.3 +++ b/man3/pthread_setaffinity_np.3 @@ -179,10 +179,8 @@ main(int argc, char *argv[]) } .fi .SH SEE ALSO -.BR sched_getaffinity (2), .BR sched_setaffinity (2), -.BR sched_getscheduler (2), -.BR pthread_getaffinity_np (3), -.BR pthread_setaffinity_np (3), +.BR sched_setscheduler (2), +.BR pthread_attr_setaffinity_np (3), .BR cpuset (7), .BR pthreads (7) |
