summaryrefslogtreecommitdiffstats
path: root/txr.1
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
commit066830f71a917c98a18e5d1c06a9282e82826287 (patch)
tree38a8bf4cd68a55dfb9b861ff940cda6b77d4a91a /txr.1
parenta158ba3ed34e63ad58abe35647120e5a37f786fd (diff)
downloadtxr-066830f71a917c98a18e5d1c06a9282e82826287.tar.gz
txr-066830f71a917c98a18e5d1c06a9282e82826287.tar.bz2
txr-066830f71a917c98a18e5d1c06a9282e82826287.zip
doc: missing word under mask.
* txr.1: add missing "or" to make "bitwise or".
Diffstat (limited to 'txr.1')
-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: