aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-05-19 09:36:00 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-05-19 09:36:00 +0200
commite2928b4d77feb0a206b51e4e4e34058c76015075 (patch)
tree77f147a11cc8f18f65255fa8edb07138d6aeb07e
parent5082cfc3fd6380da2677547be9c1750896488f97 (diff)
downloadman-pages-e2928b4d77feb0a206b51e4e4e34058c76015075.tar.gz
CPU_SET.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/CPU_SET.34
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