From 8e7f7a2dad374a4e8e050f53393b549131379f10 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 29 May 2019 07:11:42 -0700 Subject: doc: missing word under mask. * txr.1: add missing "or" to make "bitwise or". --- txr.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3