[PATCH] manpages
Anton Arapov <[email protected]> Wed, 2 Mar 2011 13:32:07 +0100
| Newsgroups | org.kernel.vger.linux-numa |
|---|---|
| Message-ID | <[email protected]> |
Hello,
please, commit the following patches to the numactl tree.
Author: John Bradshaw <[email protected]>
p.s. keep me in Cc.
thanks,
Anton
==
--- numactl.8 2010-12-16 10:20:10.000000000 +0000
+++ numactl_new 2011-01-28 22:17:15.000000000 +0000
@@ -124,7 +124,7 @@
above (
.I \-\-interleave,
.I \-\-localalloc,
-.I \-\-prefered,
+.I \-\-preferred,
.I \-\-membind
).
.TP
@@ -210,7 +210,7 @@
Set preferred node 1 and show the resulting state.
numactl --interleave=all --shmkeyfile /tmp/shmkey
-Interleave all of the sysv shared memory regiion specified by
+Interleave all of the sysv shared memory region specified by
/tmp/shmkey over all nodes.
numactl --offset=1G --length=1G --membind=1 --file /dev/shm/A --touch
--- numa_maps.5 2011-02-07 09:57:45.000000000 +0000
+++ numa_maps_new 2011-02-09 10:34:40.000000000 +0000
@@ -7,7 +7,7 @@
.SH DESCRIPTION
The file
.B /proc/<pid>/numa_maps
-contrains information about each memory area used by a given process
+contains information about each memory area used by a given process
allowing--among other information--the determination of which nodes were used for the pages.
.B numa_maps
@@ -26,7 +26,7 @@
.I second field
shows the memory policy currently in effect for this particular memory area.
.P
-The rest of the line contains series of informationi items about the pages in the
+The rest of the line contains series of information items about the pages in the
memory area.
.DT
.SS Possible information items
@@ -62,7 +62,7 @@
.TP 1.5i
.I mapmax=<count>
Maximum mapcount (number of processes mapping a single page) encountered during scan.
-This may be used as an indicator as to the sharing occuring in a given memory area.
+This may be used as an indicator as to the sharing occurring in a given memory area.
.TP 1.5i
.I swapcache=<count>
Number of pages that have an associated entry on the swap device.