diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-05-19 09:36:00 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-05-19 09:36:00 +0200 |
| commit | e2928b4d77feb0a206b51e4e4e34058c76015075 (patch) | |
| tree | 77f147a11cc8f18f65255fa8edb07138d6aeb07e | |
| parent | 5082cfc3fd6380da2677547be9c1750896488f97 (diff) | |
| download | man-pages-e2928b4d77feb0a206b51e4e4e34058c76015075.tar.gz | |
CPU_SET.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man3/CPU_SET.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index 59504897fd..961d12f04d 100644 --- a/man3/CPU_SET.3 +++ b/man3/CPU_SET.3 @@ -86,7 +86,7 @@ and similar interfaces. The .I cpu_set_t -data type is implemented as a bitset. +data type is implemented as a bit set. However, the data structure treated as considered opaque: all manipulation of CPU sets should be done via the macros described in this page. @@ -285,7 +285,7 @@ note that the constant .B CPU_SETSIZE indicates the number of CPUs in the .I cpu_set_t -data type (thus, it is effectively a count of bits in the bitset), +data type (thus, it is effectively a count of bits in the bit set), while the .I setsize argument of the |
