move_pages.2: ffix

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Dmitry V. Levin 2021-05-09 22:19:38 +02:00 committed by Michael Kerrisk
parent 1874ca39ba
commit 4d95a1eef3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ move_pages \- move individual pages of a process to another node
.nf
.B #include <numaif.h>
.PP
.BI "long move_pages(int " pid ", unsigned long count, void **" pages ,
.BI "long move_pages(int " pid ", unsigned long " count ", void **" pages ,
.BI " const int *" nodes ", int *" status ", int " flags );
.fi
.PP