diff options
| author | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:02:42 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2023-02-05 23:02:42 +0100 |
| commit | 3f029bc96bd3a22f336c45925e01eec2757b74dc (patch) | |
| tree | 8a8f21950d1cb4e66302cfd41f1d42b849e84fdb /man7/operator.7 | |
| parent | 36546c3817fbea73a1d6032a50f7f48788aa62ae (diff) | |
| download | man-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.7 | 2 |
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 |
