move_pages.2: Add notes about missing glibc wrappers

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-02-11 18:44:53 +01:00 committed by Michael Kerrisk
parent 7a11af70b7
commit 4f1adaa493
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,9 @@ move_pages \- move individual pages of a process to another node
.fi
.PP
Link with \fI\-lnuma\fP.
.PP
.IR Note :
There is no glibc wrapper for this system call; see NOTES.
.SH DESCRIPTION
.BR move_pages ()
moves the specified
@ -218,6 +221,7 @@ first appeared on Linux in version 2.6.18.
.SH CONFORMING TO
This system call is Linux-specific.
.SH NOTES
Glibc does not provide a wrapper for this system call.
For information on library support, see
.BR numa (7).
.PP