diff options
Diffstat (limited to 'man2/move_pages.2')
| -rw-r--r-- | man2/move_pages.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/move_pages.2 b/man2/move_pages.2 index 6a93ac8a1a..00f3aadd59 100644 --- a/man2/move_pages.2 +++ b/man2/move_pages.2 @@ -27,8 +27,10 @@ NUMA (Non-Uniform Memory Access) policy library .nf .B #include <numaif.h> .PP -.BI "long move_pages(int " pid ", unsigned long " count ", void **" pages , -.BI " const int *" nodes ", int *" status ", int " flags ); +.BI "long move_pages(int " pid ", unsigned long " count ", \ +void *" pages [. count ], +.BI " const int " nodes [. count "], int " status [. count "], \ +int " flags ); .fi .SH DESCRIPTION .BR move_pages () |
