To: linux-numa@vger.kernel.org
Subject: [PATCH] libnuma: numa_get_run_node_mask manpage
From: Cliff Wickman <cpw@sgi.com>

Correct the man page for numa_get_run_node_mask().
It returns a mask of cpus, not nodes.

Signed-off-by: Cliff Wickman <cpw@sgi.com>

---
 numa.3 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: numactl-dev/numa.3
===================================================================
--- numactl-dev.orig/numa.3
+++ numactl-dev/numa.3
@@ -673,7 +673,7 @@ On success, 0 is returned; on error \-1
 is set to indicate the error.
 
 .BR numa_get_run_node_mask ()
-returns the mask of nodes that the current task is allowed to run on.
+returns a mask of cpus on which the current task is allowed to run.
 
 .BR numa_tonode_memory ()
 put memory on a specific node. The constraints described for
