move_pages.2: minor tweak to Andi's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-06-11 07:24:15 +02:00
parent cb8fbbcd47
commit 1fd0fa4338
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
.\" FIXME Should programs normally be using this API directly, or should
.\" they rather be using interfaces in the numactl package?
.\" (e.g., compare with recommendation in mbind(2)).
.TH MOVE_PAGES 2 2008-10-06 "Linux" "Linux Programmer's Manual"
.TH MOVE_PAGES 2 2010-06-11 "Linux" "Linux Programmer's Manual"
.SH NAME
move_pages \- move individual pages of a process to another node
.SH SYNOPSIS
@ -218,7 +218,7 @@ nodes used by
.BR move_pages ().
The
.I numaif.h
.I <numaif.h>
header is not included with glibc, but requires installing
.I libnuma-devel
or a similar package.