From: Michael Kerrisk Date: Wed, 14 Oct 2020 16:34:45 +0000 (+0200) Subject: futex.2, quotactl.2: wfix: use "bitwise" rather than "bit-wise" X-Git-Tag: man-pages-5.09~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d771a4a9db6837580900b7595bd4459e1e1371c;p=thirdparty%2Fman-pages.git futex.2, quotactl.2: wfix: use "bitwise" rather than "bit-wise" Most manual pages already use "bitwise". Signed-off-by: Michael Kerrisk --- diff --git a/man2/futex.2 b/man2/futex.2 index fa80a7d6f6..f82602c118 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -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 diff --git a/man2/quotactl.2 b/man2/quotactl.2 index 558a1e0f70..baa6f3fa12 100644 --- a/man2/quotactl.2 +++ b/man2/quotactl.2 @@ -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 ): .IP .in +4n