.B 0..MAX_NUMNODES
Identifies the node on which the page resides.
.TP
-.B -EACCES
+.B \-EACCES
The page is mapped by multiple processes and can be moved only if
.B MPOL_MF_MOVE_ALL
is specified.
.TP
-.B -EBUSY
+.B \-EBUSY
The page is currently busy and cannot be moved.
Try again later.
This occurs if a page is undergoing I/O or another kernel subsystem
is holding a reference to the page.
.TP
-.B -EFAULT
+.B \-EFAULT
This is a zero page or the memory area is not mapped by the process.
.TP
-.B -EIO
+.B \-EIO
Unable to write back a page.
The page has to be written back
in order to move it since the page is dirty and the filesystem
does not provide a migration function that would allow the move
of dirty pages.
.TP
-.B -EINVAL
+.B \-EINVAL
A dirty page cannot be moved.
The filesystem does not
provide a migration function and has no ability to write back pages.
.TP
-.B -ENOENT
+.B \-ENOENT
The page is not present.
.TP
-.B -ENOMEM
+.B \-ENOMEM
Unable to allocate memory on target node.
.SH RETURN VALUE
On success