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

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