Add + to unary operator list

This commit is contained in:
Michael Kerrisk 2005-12-14 12:50:57 +00:00
parent d7871cf963
commit 8b9d679941
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ This manual page lists C operators and their precedence in evaluation.
.It Sy "Operator Associativity"
.It "-------- -------------"
.It "\&() [] -> . left to right"
.It "\&! ~ ++ -- - (type) * & sizeof right to left"
.It "\&! ~ ++ -- + - (type) * & sizeof right to left"
.It "\&* / % left to right"
.It "\&+ - left to right"
.It "\&<< >> left to right"