From 55d56b7140f3c6a89168ded44e58a02b91d16e65 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 20 Jun 2010 12:46:28 +0200 Subject: [PATCH] migrate_pages.2: ffix Signed-off-by: Michael Kerrisk --- man2/migrate_pages.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/migrate_pages.2 b/man2/migrate_pages.2 index 9f8b391fa..e76c29d09 100644 --- a/man2/migrate_pages.2 +++ b/man2/migrate_pages.2 @@ -22,8 +22,8 @@ migrate_pages \- move all pages in a process to another set of nodes .B #include .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.