migrate_pages.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-20 12:46:28 +02:00
parent c83dec45a4
commit 55d56b7140
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ migrate_pages \- move all pages in a process to another set of nodes
.B #include <numaif.h>
.sp
.BI "long migrate_pages(int " pid ", unsigned long " maxnode,
.BI " const unsigned long * " old_nodes,
.BI " const unsigned long * " new_nodes);
.BI " const unsigned long *" old_nodes,
.BI " const unsigned long *" new_nodes);
.fi
.sp
Link with \fI\-lnuma\fP.