pthread_attr_setaffinity_np.3, pthread_setaffinity_np.3: Remove redundant text relating to CPU sets

Information about CPU_SETSIZE can be found in CPU_SET.3, so
remove discussion of it here.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-12 13:50:51 -05:00
parent 8e223af2e3
commit bd5bb13000
2 changed files with 2 additions and 10 deletions

View File

@ -60,12 +60,8 @@ The argument
.I cpusetsize
is the length (in bytes) of the buffer pointed to by
.IR cpuset .
Normally this argument would be specified as
Tpically, this argument would be specified as
.IR sizeof(cpu_set_t) .
The constant
.B CPU_SETSIZE
specifies a value one greater than the
maximum CPU number that can be stored in a CPU set.
For more details on CPU affinity masks, see
.BR sched_setaffinity (2).

View File

@ -59,12 +59,8 @@ The argument
.I cpusetsize
is the length (in bytes) of the buffer pointed to by
.IR cpuset .
Normally this argument would be specified as
Typically, this argument would be specified as
.IR sizeof(cpu_set_t) .
The constant
.B CPU_SETSIZE
specifies a value one greater than the
maximum CPU number that can be stored in a CPU set.
For more details on CPU affinity masks, see
.BR sched_setaffinity (2).