diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-05-29 07:11:42 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-05-29 07:11:42 -0700 |
commit | 066830f71a917c98a18e5d1c06a9282e82826287 (patch) | |
tree | 38a8bf4cd68a55dfb9b861ff940cda6b77d4a91a /txr.1 | |
parent | a158ba3ed34e63ad58abe35647120e5a37f786fd (diff) | |
download | txr-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |