diff --git a/man7/operator.7 b/man7/operator.7 index b0bac5f4e..22c107c7f 100644 --- a/man7/operator.7 +++ b/man7/operator.7 @@ -48,7 +48,8 @@ lb lb lb l l l. Operator Associativity Notes () [] \-> . ++ \-\- left to right [1] -! \(ti ++ \-\- + \- (type) * & sizeof right to left [2] +! \(ti ++ \-\- + \- * & sizeof right to left [2] +(type) right to left * / % left to right + \- left to right << >> left to right