From: Michael Kerrisk Date: Mon, 6 Jul 2020 11:57:58 +0000 (+0200) Subject: move_pages.2: ffix X-Git-Tag: man-pages-5.08~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168aac07bd0a48f6d99ca75354e8ef77ae26db93;p=thirdparty%2Fman-pages.git move_pages.2: ffix Signed-off-by: Michael Kerrisk --- diff --git a/man2/move_pages.2 b/man2/move_pages.2 index cfbaf6e0c4..e513d5baad 100644 --- a/man2/move_pages.2 +++ b/man2/move_pages.2 @@ -128,36 +128,36 @@ array. .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