From: Cliff Wickman <cpw@xxxxxxx> Correct the man page for numa_get_run_node_mask(). It returns a mask of cpus, not nodes. Signed-off-by: Cliff Wickman <cpw@xxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-numa" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html