diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-29 09:18:45 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-29 09:18:45 +0000 |
commit | 3136363f3e45f1410cd58f04eab9be9713b9008e (patch) | |
tree | 9e9e880b1d6618dbf1c2cdfe571effb9d8a601d3 /share/man/man7/operator.7 | |
parent | e80bdf7dcf9b95b6e295718f3976d812ff3df5e8 (diff) |
Prepare for mdoc(7)NG.
Notes
Notes:
svn path=/head/; revision=70466
Diffstat (limited to 'share/man/man7/operator.7')
-rw-r--r-- | share/man/man7/operator.7 | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/share/man/man7/operator.7 b/share/man/man7/operator.7 index 1f4d9b891ea5..2f674481bbcd 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 |