diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2 index 2a5279ba1..439e625e7 100644 --- a/man2/set_mempolicy.2 +++ b/man2/set_mempolicy.2 @@ -22,7 +22,7 @@ .\" 2007-08-27, Lee Schermerhorn .\" more precise specification of behavior. .\" -.TH SET_MEMPOLICY 2 2008-08-11 Linux "Linux Programmer's Manual" +.TH SET_MEMPOLICY 2 2008-08-15 Linux "Linux Programmer's Manual" .SH NAME set_mempolicy \- set default NUMA memory policy for a process and its children .SH SYNOPSIS @@ -88,7 +88,7 @@ argument one or more nodes. The .I mode argument may also include an optional -.IR "mode flag ". +.IR "mode flag" . The supported .I "mode flags" are: @@ -270,6 +270,10 @@ and .TP .B ENOMEM Insufficient kernel memory was available. +.SH VERSIONS +The +.BR set_mempolicy (), +system call was added to the Linux kernel in version 2.6.7. .SH CONFORMING TO This system call is Linux-specific. .SH NOTES @@ -277,9 +281,9 @@ Process policy is not remembered if the page is swapped out. When such a page is paged back in, it will use the policy of the process or memory range that is in effect at the time the page is allocated. -.SS "Versions and Library Support" -See -.BR mbind (2). + +For information on library support, see +.BR numa (7). .SH SEE ALSO .BR get_mempolicy (2), .BR getcpu (2), @@ -287,4 +291,5 @@ See .BR mmap (2), .BR numa (3), .BR cpuset (7), +.BR numa (7), .BR numactl (8)