OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man7 / numa.7
index 64af9a8..31a86a5 100644 (file)
@@ -4,6 +4,7 @@
 .\" numa_maps material Copyright (c) 2005 Silicon Graphics Incorporated.
 .\"     Christoph Lameter, <cl@linux-foundation.org>.
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" 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.
@@ -23,8 +24,9 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
-.TH NUMA 7 2008-08-15 "Linux" "Linux Programmer's Manual"
+.TH NUMA 7 2012-08-05 "Linux" "Linux Programmer's Manual"
 .SH NAME
 numa \- overview of Non-Uniform Memory Architecture
 .SH DESCRIPTION
@@ -49,7 +51,7 @@ and
 However, applications should normally use the interface provided by
 .IR libnuma ;
 see "Library Support" below.
-.SS /proc/[number]/numa_maps " (since Linux 2.6.14)"
+.SS /proc/[number]/numa_maps  (since Linux 2.6.14)
 .\" See also Changelog-2.6.14
 This file displays information about a process's
 NUMA memory policy and allocation.
@@ -143,6 +145,8 @@ removed from memory by the swapper soon.
 .TP
 .I writeback=<pages>
 Number of pages that are currently being written out to disk.
+.SH CONFORMING TO
+No standards govern NUMA interfaces.
 .SH NOTES
 The Linux NUMA system calls and
 .I /proc
@@ -150,7 +154,7 @@ interface are only available
 if the kernel was configured and built with the
 .BR CONFIG_NUMA
 option.
-.SS Library Support
+.SS Library support
 Link with \fI\-lnuma\fP
 to get the system call definitions.
 .I libnuma
@@ -169,15 +173,14 @@ package is recommended.
 The
 .I numactl
 package is available at
-.IR ftp://oss.sgi.com/www/projects/libnuma/download/ .
+.UR ftp://oss.sgi.com\:/www\:/projects\:/libnuma\:/download/
+.UE .
 The package is also included in some Linux distributions.
 Some distributions include the development library and header
 in the separate
 .I numactl-devel
 package.
-.SH "CONFORMING TO"
-No standards govern NUMA interfaces.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR get_mempolicy (2),
 .BR mbind (2),
 .BR move_pages (2),