OSDN Git Service

LDP: Update original to LDP v3.75
[linuxjm/LDP_man-pages.git] / original / man2 / move_pages.2
index 120e54f..38827e9 100644 (file)
 .\" permission notice identical to this one.
 .\" %%%LICENSE_END
 .\"
-.\" FIXME Should programs normally be using this API directly, or should
+.\" FIXME Should programs normally be using move_pages() directly, or should
 .\" they rather be using interfaces in the numactl package?
 .\" (e.g., compare with recommendation in mbind(2)).
+.\" Does this page need to give advise on this topic?
 .TH MOVE_PAGES 2 2010-06-11 "Linux" "Linux Programmer's Manual"
 .SH NAME
 move_pages \- move individual pages of a process to another node
@@ -65,7 +66,8 @@ and
 .I pages
 is an array of pointers to the pages that should be moved.
 These are pointers that should be aligned to page boundaries.
-.\" FIXME what if they are not aligned?
+.\" FIXME Describe the result if pointers in the 'pages' array are
+.\" not aligned to page boundaries
 Addresses are specified as seen by the process specified by
 .IR pid .
 
@@ -142,7 +144,7 @@ Unable to allocate memory on target node.
 On success
 .BR move_pages ()
 returns zero.
-.\" FIXME Is the following quite true: does the wrapper in numactl
+.\" FIXME Is the following quite true: does the wrapper in numactl
 .\" do the right thing?
 On error, it returns \-1, and sets
 .I errno
@@ -153,8 +155,8 @@ to indicate the error.
 Too many pages to move.
 .TP
 .B EACCES
-.\" FIXME Clarify "current cpuset".  Is that the cpuset of the caller
-.\" or the target?
+.\" FIXME Clarify "current cpuset" in the description of the EACCESS error.
+.\" Is that the cpuset of the caller or the target?
 One of the target nodes is not allowed by the current cpuset.
 .TP
 .B EFAULT
@@ -233,7 +235,7 @@ or a similar package.
 .BR migratepages (8),
 .BR numastat (8)
 .SH COLOPHON
-This page is part of release 3.68 of the Linux
+This page is part of release 3.75 of the Linux
 .I man-pages
 project.
 A description of the project,