Blame SOURCES/0012-Update-manpage-description-of-localalloc-option.patch

f8ea84
From 26fba7199c365b55e72e054bb2adba097ce04924 Mon Sep 17 00:00:00 2001
f8ea84
From: Seeteena Thoufeek <s1seetee@linux.vnet.ibm.com>
f8ea84
Date: Wed, 8 Jan 2020 14:39:01 +0530
f8ea84
Subject: [PATCH] Update manpage description of --localalloc option
f8ea84
f8ea84
Signed-off-by: Seeteena Thoufeek <s1seetee@linux.vnet.ibm.com>
f8ea84
---
f8ea84
 numactl.8 | 2 +-
f8ea84
 1 file changed, 1 insertion(+), 1 deletion(-)
f8ea84
f8ea84
diff --git a/numactl.8 b/numactl.8
f8ea84
index 7a001c0..f3bb22b 100644
f8ea84
--- a/numactl.8
f8ea84
+++ b/numactl.8
f8ea84
@@ -159,7 +159,7 @@ A !N-N notation indicates the inverse of N-N, in other words all cpus
f8ea84
 except N-N.  If used with + notation, specify !+N-N.
f8ea84
 .TP
f8ea84
 .B \-\-localalloc, \-l 
f8ea84
-Always allocate on the current node.
f8ea84
+Try to allocate on the current node of the process, but if memory cannot be allocated there fall back to other nodes.
f8ea84
 .TP
f8ea84
 .B \-\-preferred=node
f8ea84
 Preferably allocate memory on 
f8ea84
-- 
f8ea84
2.7.5
f8ea84