diff options
| -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 |
