summaryrefslogtreecommitdiffstats
path: root/share/man/man7/operator.7
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-24 22:53:26 +0000
committerru <ru@FreeBSD.org>2003-02-24 22:53:26 +0000
commit0dea5415679a9db700f2846b28d2d8ff833032c7 (patch)
tree9409aa78bd0bf64293f9e45238d4a82861b7663b /share/man/man7/operator.7
parent83d0e58172de7563f59519892b23c2fd0e80ca56 (diff)
downloadFreeBSD-src-0dea5415679a9db700f2846b28d2d8ff833032c7.zip
FreeBSD-src-0dea5415679a9db700f2846b28d2d8ff833032c7.tar.gz
mdoc(7) police: Scheduled sweep.
Diffstat (limited to 'share/man/man7/operator.7')
-rw-r--r--share/man/man7/operator.732
1 files changed, 16 insertions, 16 deletions
diff --git a/share/man/man7/operator.7 b/share/man/man7/operator.7
index ef6cb6d..b092bef 100644
--- a/share/man/man7/operator.7
+++ b/share/man/man7/operator.7
@@ -32,7 +32,7 @@
.\" @(#)operator.7 8.1 (Berkeley) 6/9/93
.\" $FreeBSD$
.\"
-.Dd June 9, 1993
+.Dd January 22, 2003
.Dt OPERATOR 7
.Os
.Sh NAME
@@ -40,24 +40,24 @@
.Nd C operator precedence and order of evaluation
.Sh DESCRIPTION
.Bd -ragged -offset indent -compact
-.Bl -column "\&= += -= *= /= %= <<= >>= &= ^= |="
+.Bl -column "= += -= *= /= %= <<= >>= &= ^= |="
.It Sy "Operator Associativity"
.It "-------- -------------"
-.It "\&() [] -> . left to right"
+.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 "\&= += -= *= /= %= <<= >>= &= ^= |= 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 "|| left to right"
+.It "?: right to left"
+.It "= += -= *= /= %= <<= >>= &= ^= |= right to left"
+.It ", left to right"
.El
.Ed
.Sh FILES
OpenPOWER on IntegriCloud