aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-11-06 09:08:07 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-11-06 16:49:06 -0500
commitcbdc74c9198307af4d35ad1aee311c60e77ab3f9 (patch)
treeeec4e1c748af66493831757466f5562aeae25e72 /man3
parenta4963c7c624476e335b1546fdbfab595305a43de (diff)
downloadman-pages-cbdc74c9198307af4d35ad1aee311c60e77ab3f9.tar.gz
pthread_setaffinity_np.3: SEE ALSO: add sched_getcpu(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/pthread_setaffinity_np.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/pthread_setaffinity_np.3 b/man3/pthread_setaffinity_np.3
index 77685b0f3b..fb7b271fd2 100644
--- a/man3/pthread_setaffinity_np.3
+++ b/man3/pthread_setaffinity_np.3
@@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
-.TH PTHREAD_SETAFFINITY_NP 3 2008-11-04 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_SETAFFINITY_NP 3 2008-11-07 "Linux" "Linux Programmer's Manual"
.SH NAME
pthread_setaffinity_np, pthread_getaffinity_np \- set/get
CPU affinity of a thread
@@ -180,6 +180,7 @@ main(int argc, char *argv[])
}
.fi
.SH SEE ALSO
+.BR sched_getcpu (3),
.BR sched_setaffinity (2),
.BR sched_setscheduler (2),
.BR pthread_attr_setaffinity_np (3),