get_mempolicy.2, mbind.2, set_mempolicy.2: grfix

Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-24 07:40:41 +13:00
parent 86426e0be4
commit 4ed3353db2
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ get_mempolicy \- Retrieve NUMA memory policy for a process
.BI " unsigned long " maxnode ", unsigned long " addr ,
.BI " unsigned long " flags );
.sp
Link with \fI\-lnuma\fP
Link with \fI\-lnuma\fP.
.fi
.SH DESCRIPTION
.BR get_mempolicy ()

View File

@ -33,7 +33,7 @@ mbind \- Set memory policy for a memory range
.BI " unsigned long *" nodemask ", unsigned long " maxnode ,
.BI " unsigned " flags );
.sp
Link with \fI\-lnuma\fP
Link with \fI\-lnuma\fP.
.fi
.SH DESCRIPTION
.BR mbind ()

View File

@ -32,7 +32,7 @@ set_mempolicy \- set default NUMA memory policy for a process and its children
.BI "int set_mempolicy(int " mode ", unsigned long *" nodemask ,
.BI " unsigned long " maxnode );
.sp
Link with \fI\-lnuma\fP
Link with \fI\-lnuma\fP.
.fi
.SH DESCRIPTION
.BR set_mempolicy ()