From 1e68d71623c1f11763e2ff65b0e27907298f2fb5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 12 Nov 2008 13:42:13 -0500 Subject: [PATCH] cpuset.7: SEE ALSO: add CPU_SET(3) Signed-off-by: Michael Kerrisk --- man7/cpuset.7 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man7/cpuset.7 b/man7/cpuset.7 index fb792b76b..4a4f21e4c 100755 --- a/man7/cpuset.7 +++ b/man7/cpuset.7 @@ -21,7 +21,7 @@ .\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, .\" MA 02111, USA. .\" -.TH CPUSET 7 2008-08-15 "Linux" "Linux Programmer's Manual" +.TH CPUSET 7 2008-11-12 "Linux" "Linux Programmer's Manual" .SH NAME cpuset \- confine processes to processor and memory node subsets .SH DESCRIPTION @@ -1493,6 +1493,7 @@ syntax that works on any shell, but alas more obscurely, by using the .BR sched_setaffinity (2), .BR sched_setscheduler (2), .BR set_mempolicy (2), +.BR CPU_SET (3), .BR proc (5), .BR numa (7), .BR migratepages (8),