summaryrefslogtreecommitdiffstats
path: root/share/man/man7/operator.7
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-29 09:18:45 +0000
committerru <ru@FreeBSD.org>2000-12-29 09:18:45 +0000
commit17ba2140980343f6298e96bd96d2e0c16b9dfb46 (patch)
treefa86ee6469463baf5401eb48b33f4451db7b2f20 /share/man/man7/operator.7
parent42aaa8ad04e1e8eb1058cea549112273857df290 (diff)
downloadFreeBSD-src-17ba2140980343f6298e96bd96d2e0c16b9dfb46.zip
FreeBSD-src-17ba2140980343f6298e96bd96d2e0c16b9dfb46.tar.gz
Prepare for mdoc(7)NG.
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