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

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