aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-12-13 21:42:24 +0100
committerMattias Andrée <m@maandree.se>2025-12-13 21:42:24 +0100
commit962c33888bdb6986ac1cf5e8a2b01347dc6e265d (patch)
tree19173f62b2ce759b83ee4c53273154dd0b048da6
parentFix grammar (uintmax_t begins with a j-sound so the indefinite article is "a", not "an") (diff)
downloadlibj2-962c33888bdb6986ac1cf5e8a2b01347dc6e265d.tar.gz
libj2-962c33888bdb6986ac1cf5e8a2b01347dc6e265d.tar.bz2
libj2-962c33888bdb6986ac1cf5e8a2b01347dc6e265d.tar.xz
m doc
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--README4
-rw-r--r--libj2.74
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 9a66654..b00910b 100644
--- a/README
+++ b/README
@@ -305,8 +305,8 @@ DESCRIPTION
Count cleared bits.
libj2_parity_j2u(3)
- Calculate the parity of the set bits (check whether the number
- of set bits is odd).
+ Calculate the parity of the set (or equaivalently the cleared)
+ bits (check whether the number of set bits is odd).
libj2_fls_j2u(3)
Find the most significant set bit.
diff --git a/libj2.7 b/libj2.7
index e6229a0..ed03c6f 100644
--- a/libj2.7
+++ b/libj2.7
@@ -703,8 +703,8 @@ Count set bits.
Count cleared bits.
.TP
.BR libj2_parity_j2u (3)
-Calculate the parity of the set bits (check whether the number
-of set bits is odd).
+Calculate the parity of the set (or equaivalently the cleared)
+bits (check whether the number of set bits is odd).
.TP
.BR libj2_fls_j2u (3)
Find the most significant set bit.