]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man7/operator.7: Add compound literal
authorAlejandro Colomar <alx@kernel.org>
Sun, 27 Jul 2025 10:52:32 +0000 (12:52 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 19 Aug 2025 11:13:56 +0000 (13:13 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man7/operator.7

index f20e8386f17abd0bbd3a48d032bf6337b28352df..31ae53dfab81defe33732354364ac06174a22904 100644 (file)
@@ -15,7 +15,7 @@ lb lb lb
 l l l.
 Operator       Associativity   Notes
 () _Generic()  -       [1]
-[] () . \-> ++ \-\-    left to right   [2] [3]
+[] () . \-> ++ \-\- (type){}   left to right   [2] [3]
 ++ \-\- & * + \- \[ti] ! sizeof        right to left   [4]
 (type) right to left
 * / %  left to right