migrate_pages.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-02-05 22:21:38 +01:00
parent b57b23a573
commit 8d5c0a3dac
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ migrate_pages \- move all pages in a process to another set of nodes
.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 *" new_nodes );
.fi
.sp
Link with \fI\-lnuma\fP.