Hi Alex, On 2/11/21 6:44 PM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> Thanks Patch applied. Cheers, Michael > --- > man2/move_pages.2 | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/man2/move_pages.2 b/man2/move_pages.2 > index 6ed3fd682..28fa9adac 100644 > --- a/man2/move_pages.2 > +++ b/man2/move_pages.2 > @@ -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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/