summaryrefslogtreecommitdiffstats
path: root/share/man/man7/operator.7
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man7/operator.7')
-rw-r--r--share/man/man7/operator.736
1 files changed, 18 insertions, 18 deletions
diff --git a/share/man/man7/operator.7 b/share/man/man7/operator.7
index 1f4d9b8..2f67448 100644
--- a/share/man/man7/operator.7
+++ b/share/man/man7/operator.7
@@ -40,24 +40,24 @@
.Nd C operator precedence and order of evaluation
.Sh DESCRIPTION
.Bd -ragged -offset indent -compact
-.Bl -column "Operator Associativity "
-.It Operator Associativity
-.It -------- -------------
-.It \&() [] -> . left to right
-.It "! ~ ++ -- - (type) * & sizeof" right to left
-.It \&* / % left to right
-.It \&+ - left to right
-.It \&<< >> left to right
-.It \&< <= > >= left to right
-.It \&== != left to right
-.It \&& left to right
-.It \&^ left to right
-.It \&| left to right
-.It \&&& left to right
-.It \&|| left to right
-.It \&?: right to left
-.It \&= += -= etc. right to left
-.It \&, left to right
+.Bl -column "! ~ ++ -- - (type) * & sizeof"
+.It Sy "Operator Associativity"
+.It "-------- -------------"
+.It "\&() [] -> . left to right"
+.It "! ~ ++ -- - (type) * & sizeof right to left"
+.It "\&* / % left to right"
+.It "\&+ - left to right"
+.It "\&<< >> left to right"
+.It "\&< <= > >= left to right"
+.It "\&== != left to right"
+.It "\&& left to right"
+.It "\&^ left to right"
+.It "\&| left to right"
+.It "\&&& left to right"
+.It "\&|| left to right"
+.It "\&?: right to left"
+.It "\&= += -= etc. right to left"
+.It "\&, left to right"
.El
.Ed
.Sh FILES
OpenPOWER on IntegriCloud