OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man2 / get_mempolicy.2
index 8212d4a..43a1fc1 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright 2003,2004 Andi Kleen, SuSE Labs.
 .\" and Copyright 2007 Lee Schermerhorn, Hewlett Packard
 .\"
+.\" %%%LICENSE_START(VERBATIM_PROF)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -17,6 +18,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" 2006-02-03, mtk, substantial wording changes and other improvements
 .\" 2007-08-27, Lee Schermerhorn <Lee.Schermerhorn@hp.com>
@@ -24,7 +26,7 @@
 .\"
 .TH GET_MEMPOLICY 2 2008-08-15 Linux "Linux Programmer's Manual"
 .SH NAME
-get_mempolicy \- Retrieve NUMA memory policy for a process
+get_mempolicy \- retrieve NUMA memory policy for a process
 .SH SYNOPSIS
 .B "#include <numaif.h>"
 .nf
@@ -153,7 +155,7 @@ argument,
 the node ID of the next node that will be used for
 interleaving of internal kernel pages allocated on behalf of the process.
 .\" Note:  code returns next interleave node via 'mode' argument -Lee Schermerhorn
-These allocations include pages for memory mapped files in
+These allocations include pages for memory-mapped files in
 process memory ranges mapped using the
 .BR mmap (2)
 call with the
@@ -242,3 +244,12 @@ For information on library support, see
 .BR numa (3),
 .BR numa (7),
 .BR numactl (8)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.