diff options
Diffstat (limited to 'man2/sched_setaffinity.2')
| -rw-r--r-- | man2/sched_setaffinity.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2 index dbba0ca272..c07603b2b9 100644 --- a/man2/sched_setaffinity.2 +++ b/man2/sched_setaffinity.2 @@ -144,7 +144,7 @@ is set appropriately. A supplied memory address was invalid. .TP .B EINVAL -The affinity bitmask +The affinity bit mask .I mask contains no processors that are physically on the system, .\" The following can only (?) occur with the raw sched_getaffinity() @@ -198,13 +198,13 @@ The actual system call interface is slightly different, with the being typed as .IR "unsigned long *" , reflecting that the fact that the underlying implementation of CPU -sets is a simple bitmask. +sets is a simple bit mask. On success, the raw .BR sched_getaffinity () system call returns the size (in bytes) of the .I cpumask_t data type that is used internally by the kernel to -represent the CPU set bitmask. +represent the CPU set bit mask. .SH "SEE ALSO" .BR clone (2), .BR getpriority (2), |
