Added VERSIONS (from kernel 2.6.18) and CONFORMING TO sections.

This commit is contained in:
Michael Kerrisk 2008-08-13 05:51:20 +00:00
parent 01089ed5b2
commit 8b9c69b6f7
1 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,7 @@
.\" FIXME Should programs normally be using this API directly, or should
.\" they rather be using interfaces in the numactl package?
.\" (e.g., compare with recommendation in mbind(2)).
.TH MOVE_PAGES 2 2008-08-12 "Linux" "Linux Programmer's Manual"
.TH MOVE_PAGES 2 2008-08-13 "Linux" "Linux Programmer's Manual"
.SH NAME
move_pages \- move individual pages of a process to another node
.SH SYNOPSIS
@ -185,6 +185,11 @@ but did not have privilege to do so
.TP
.B ESRCH
Process does not exist.
.SH VERSIONS
.BR move_pages ()
first appeared on Linux in version 2.6.18.
.SH CONFORMING TO
This system call is Linux-specific.
.SH "NOTES"
Use
.BR get_mempolicy (2)