diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-14 08:04:09 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-25 20:53:59 -0500 |
| commit | 2fac17032a77e11bd7c30fbf261a66e752a5831c (patch) | |
| tree | c094ed9118c4108b365291cb3b1bac1c77f6d2b6 /man3 | |
| parent | 50ee5bc1476f3b3720c614cdfeea592773dc775a (diff) | |
| download | man-pages-2fac17032a77e11bd7c30fbf261a66e752a5831c.tar.gz | |
CPU_SET.3: minor: tweak NOTES text on CPU_SETSIZE and 'setsize'
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/CPU_SET.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index 638d197bb1..285c40f4db 100644 --- a/man3/CPU_SET.3 +++ b/man3/CPU_SET.3 @@ -22,7 +22,7 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH CPU_SET 2 2008-11-13 "Linux" "Linux Programmer's Manual" +.TH CPU_SET 2 2008-11-14 "Linux" "Linux Programmer's Manual" .SH NAME CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, @@ -273,9 +273,10 @@ allocated CPU set will be rounded up to the next multiple of An application should consider the contents of these extra bits to be undefined. -Note that the constant +Notwithstanding the similarity in the names, +note that the constant .B CPU_SETSIZE -indicated the number of CPUs in the +indicates the number of CPUs in the .I cpu_set_t data type (thus, it is effectively a count of bits in the bitset), while the |
