[PATCH] libnuma: numa_get_run_node_mask manpage
Cliff Wickman <[email protected]> Thu, 13 Jan 2011 08:22:50 -0600
| Newsgroups | org.kernel.vger.linux-numa |
|---|---|
| Message-ID | <[email protected]> |
From: Cliff Wickman <[email protected]> Correct the man page for numa_get_run_node_mask(). It returns a mask of cpus, not nodes. Signed-off-by: Cliff Wickman <[email protected]> --- 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