From 69f06e4f98f396b5ed929f5a7f492df8ceac8036 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 13 Aug 2008 08:19:47 +0000 Subject: [PATCH] Add reference to numa(7) for information on library support. Added a VERSIONS section. SEE ALSO: Add numa(7). --- man2/get_mempolicy.2 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/man2/get_mempolicy.2 b/man2/get_mempolicy.2 index 8d4798463..9803bdcb7 100644 --- a/man2/get_mempolicy.2 +++ b/man2/get_mempolicy.2 @@ -22,7 +22,7 @@ .\" 2007-08-27, Lee Schermerhorn .\" more precise specification of behavior. .\" -.TH GET_MEMPOLICY 2 2008-08-11 Linux "Linux Programmer's Manual" +.TH GET_MEMPOLICY 2 2008-08-15 Linux "Linux Programmer's Manual" .SH NAME get_mempolicy \- Retrieve NUMA memory policy for a process .SH SYNOPSIS @@ -225,16 +225,20 @@ or (And there are other .B EINVAL cases.) +.SH VERSIONS +The +.BR get_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 -.SS "Versions and Library Support" -See -.BR mbind (2). +For information on library support, see +.BR numa (7). .SH SEE ALSO .BR getcpu (2), .BR mbind (2), .BR mmap (2), .BR set_mempolicy (2), .BR numa (3), +.BR numa (7), .BR numactl (8)