aboutsummaryrefslogtreecommitdiffstats
path: root/man7/operator.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/operator.7')
-rw-r--r--man7/operator.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/operator.7 b/man7/operator.7
index 1a8d082ba2..6f5b89dc89 100644
--- a/man7/operator.7
+++ b/man7/operator.7
@@ -42,8 +42,8 @@
operator \- C operator precedence and order of evaluation
.SH DESCRIPTION
This manual page lists C operators and their precedence in evaluation.
+.PP
.nf
-
.B "Operator Associativity"
() [] \-> . left to right
! ~ ++ \-\- + \- (type) * & sizeof right to left