aboutsummaryrefslogtreecommitdiffstats
path: root/man/man7
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-07-27 12:57:24 +0200
committerAlejandro Colomar <alx@kernel.org>2025-08-19 13:19:49 +0200
commit598ae3cf6bb7ce9cd913502597d4b5ad97c2f1a0 (patch)
tree454d1066fd9f7a084c7413f39c4840dfbfb84b0b /man/man7
parent47c4b74677dd20090853b8434e263a4206e5da90 (diff)
downloadman-pages-598ae3cf6bb7ce9cd913502597d4b5ad97c2f1a0.tar.gz
man/man7/operator.7: Add _Countof and alignof
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man7')
-rw-r--r--man/man7/operator.72
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