From 50745db41b43160eed7bcfc21f0c7dc42dd58a07 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 17 Jan 2010 07:51:09 -0800 Subject: Fix bizarre edit mistake. --- txr.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index 42578423..ecdb06db 100644 --- a/txr.1 +++ b/txr.1 @@ -730,9 +730,9 @@ precedence to these operators. The, % operator has a special syntactic behavior: with respect to its left operand, it has a similar precedence to the ?, + and * operators. -However, it has a lower Prudence. The expression abc*%d*ef means -ab((c*)%(d*ef)). The left argument of % is c*, but the right is -the entire expression d*ef. +However, it has a lower precedence facing right. The expression abc*%d*ef +means ab((c*)%(d*ef)). The left argument of % is c*, but the right is the +entire expression d*ef. The unary complement operator has the next lower precedence, so that ~A* means the ~(A*): "match the all text that is not matched by zero -- cgit v1.2.3