From: Alejandro Colomar Date: Sun, 27 Jul 2025 10:52:32 +0000 (+0200) Subject: man/man7/operator.7: Add compound literal X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47c4b74677dd20090853b8434e263a4206e5da90;p=thirdparty%2Fman-pages.git man/man7/operator.7: Add compound literal Signed-off-by: Alejandro Colomar --- diff --git a/man/man7/operator.7 b/man/man7/operator.7 index f20e8386f..31ae53dfa 100644 --- a/man/man7/operator.7 +++ b/man/man7/operator.7 @@ -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