aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-11-04 21:15:55 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-11-06 16:48:53 -0500
commitd67ec7daf3c5d85de8c356b0a5530a5fd11f3fcb (patch)
tree79f59bb7eaaa1fc5953ab6b0416184b81cf0cd1a /man3
parent7fec28f02a84be41b4f99992918a28f128fc22c4 (diff)
downloadman-pages-d67ec7daf3c5d85de8c356b0a5530a5fd11f3fcb.tar.gz
pthread_setaffinity_np.3: minor: Clean up SEE ALSO list
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/pthread_setaffinity_np.36
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)