Add reference to numa(7) for information on library support.

Added  a VERSIONS section.
SEE ALSO: Add numa(7).
This commit is contained in:
Michael Kerrisk 2008-08-13 08:19:47 +00:00
parent b000a5203b
commit 69f06e4f98
1 changed files with 8 additions and 4 deletions

View File

@ -22,7 +22,7 @@
.\" 2007-08-27, Lee Schermerhorn <Lee.Schermerhorn@hp.com>
.\" 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)