Signed-off-by: Andi Kleen <ak@xxxxxxxxxxxxxxx> Index: man-pages-3.24/man2/move_pages.2 =================================================================== --- man-pages-3.24.orig/man2/move_pages.2 +++ man-pages-3.24/man2/move_pages.2 @@ -25,6 +25,8 @@ move_pages \- move individual pages of a .BI "long move_pages(int " pid ", unsigned long count, void **" pages , .BI " const int *" nodes ", int *" status ", int " flags ); .fi +.sp +Link with \fI\-lnuma\fP. .SH DESCRIPTION .BR move_pages () moves the specified @@ -214,6 +216,12 @@ and/or the specified process [See That is, memory policy does not constrain the destination nodes used by .BR move_pages (). + +The +.I numaif.h +header is not included with glibc, but requires installing +.I libnuma-devel +or a similar package. .SH "SEE ALSO" .BR get_mempolicy (2), .BR mbind (2), -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html