aboutsummaryrefslogtreecommitdiffstats
path: root/man7/operator.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/operator.7')
-rw-r--r--man7/operator.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/operator.7 b/man7/operator.7
index 95d7179b06..03d9540c1b 100644
--- a/man7/operator.7
+++ b/man7/operator.7
@@ -33,12 +33,12 @@ Operator Associativity Notes
< > <= >= left to right
== != left to right
& left to right
-\(ha left to right
+\[ha] left to right
| left to right
&& left to right
|| left to right
?: right to left
-= *= /= %= += \-= <<= >>= &= \(ha= |= right to left
+= *= /= %= += \-= <<= >>= &= \[ha]= |= right to left
, left to right
.TE
.PP