diff options
| -rw-r--r-- | man/man7/operator.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man7/operator.7 b/man/man7/operator.7 index 31ae53dfab..0b7c39851b 100644 --- a/man/man7/operator.7 +++ b/man/man7/operator.7 @@ -16,7 +16,7 @@ l l l. Operator Associativity Notes () _Generic() - [1] [] () . \-> ++ \-\- (type){} left to right [2] [3] -++ \-\- & * + \- \[ti] ! sizeof right to left [4] +++ \-\- & * + \- \[ti] ! _Countof sizeof alignof right to left [4] (type) right to left * / % left to right + \- left to right |
