Blame SOURCES/numactl-2.0.8-localalloc-man.patch

22af3a
diff -up numactl-2.0.8/numactl.8.orig numactl-2.0.8/numactl.8
22af3a
--- numactl-2.0.8/numactl.8.orig	2013-08-19 18:09:06.810007252 +0200
22af3a
+++ numactl-2.0.8/numactl.8	2013-08-19 18:09:36.746029049 +0200
22af3a
@@ -153,7 +153,11 @@ A !N-N notation indicates the inverse of
22af3a
 except N-N.  If used with + notation, specify !+N-N.
22af3a
 .TP
22af3a
 .B \-\-localalloc, \-l 
22af3a
-Always allocate on the current node.
22af3a
+Falls back to the system default which is local allocation by using
22af3a
+.I MPOL_DEFAULT
22af3a
+policy. See
22af3a
+.I mbind(2)
22af3a
+for details.
22af3a
 .TP
22af3a
 .B \-\-preferred=node
22af3a
 Preferably allocate memory on 
22af3a
diff -up numactl-2.0.8/numactl.8.orig.orig numactl-2.0.8/numactl.8.orig