aboutsummaryrefslogtreecommitdiffstats
path: root/man7/operator.7
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-02-05 23:02:42 +0100
committerAlejandro Colomar <alx@kernel.org>2023-02-05 23:02:42 +0100
commit3f029bc96bd3a22f336c45925e01eec2757b74dc (patch)
tree8a8f21950d1cb4e66302cfd41f1d42b849e84fdb /man7/operator.7
parent36546c3817fbea73a1d6032a50f7f48788aa62ae (diff)
downloadman-pages-3f029bc96bd3a22f336c45925e01eec2757b74dc.tar.gz
Many pages: Use \[ti] instead of \(ti
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man7/operator.7')
-rw-r--r--man7/operator.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/operator.7 b/man7/operator.7
index 27b24ea152..95d7179b06 100644
--- a/man7/operator.7
+++ b/man7/operator.7
@@ -25,7 +25,7 @@ lb lb lb
l l l.
Operator Associativity Notes
[] () . \-> ++ \-\- left to right [1]
-++ \-\- & * + \- \(ti ! sizeof right to left [2]
+++ \-\- & * + \- \[ti] ! sizeof right to left [2]
(type) right to left
* / % left to right
+ \- left to right