summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-05-29 07:11:42 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-05-29 07:11:42 -0700
commit8e7f7a2dad374a4e8e050f53393b549131379f10 (patch)
tree38a8bf4cd68a55dfb9b861ff940cda6b77d4a91a
parent2135e409a3804fc56ffbaae7de7ef9988398b0d2 (diff)
downloadtxr-8e7f7a2dad374a4e8e050f53393b549131379f10.tar.gz
txr-8e7f7a2dad374a4e8e050f53393b549131379f10.tar.bz2
txr-8e7f7a2dad374a4e8e050f53393b549131379f10.zip
doc: missing word under mask.
* txr.1: add missing "or" to make "bitwise or".
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 798582f6..e66684c0 100644
--- a/txr.1
+++ b/txr.1
@@ -37931,7 +37931,7 @@ is negative, then the result is zero.
If
.code mask
-is called with two or more arguments, then the result is a bitwise of
+is called with two or more arguments, then the result is a bitwise or of
the masks individually computed for each of the values.
In other words, the following equivalences hold: