]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
futex.2, quotactl.2: wfix: use "bitwise" rather than "bit-wise"
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 14 Oct 2020 16:34:45 +0000 (18:34 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 14 Oct 2020 16:34:45 +0000 (18:34 +0200)
Most manual pages already use "bitwise".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/futex.2
man2/quotactl.2

index fa80a7d6f635270abc45419c23b0f66110d913cf..f82602c11866f6930fe750d42903344f7c92c378 100644 (file)
@@ -199,7 +199,7 @@ The
 .I futex_op
 argument consists of two parts:
 a command that specifies the operation to be performed,
-bit-wise ORed with zero or more options that
+bitwise ORed with zero or more options that
 modify the behaviour of the operation.
 The options that may be included in
 .I futex_op
@@ -667,7 +667,7 @@ FUTEX_OP_XOR        4  /* uaddr2 \(ha= oparg; */
 .EE
 .in
 .IP
-In addition, bit-wise ORing the following value into
+In addition, bitwise ORing the following value into
 .I op
 causes
 .IR "(1\ <<\ oparg)"
@@ -741,7 +741,7 @@ except that the
 argument is used to provide a 32-bit bit mask to the kernel.
 This bit mask, in which at least one bit must be set,
 is used to select which waiters should be woken up.
-The selection is done by a bit-wise AND of the "wake" bit mask
+The selection is done by a bitwise AND of the "wake" bit mask
 (i.e., the value in
 .IR val3 )
 and the bit mask which is stored in the kernel-internal
index 558a1e0f70210f546e84219a20d373d303ec11b5..baa6f3fa12e1afac67ca6f8f993977998837c13e 100644 (file)
@@ -407,7 +407,7 @@ Therefore, XFS expects
 .I addr
 to be a pointer to an
 .I "unsigned int"
-that contains a bit-wise combination of the following flags (defined in
+that contains a bitwise combination of the following flags (defined in
 .IR <xfs/xqm.h> ):
 .IP
 .in +4n