4.4BSD/usr/share/man/cat7/operator.0

Compare this file to the similar file:
Show the results in this format:

OPERATOR(7)                  BSD Reference Manual                  OPERATOR(7)

NNAAMMEE
     ooppeerraattoorr - C operator precedence and order of evaluation

DDEESSCCRRIIPPTTIIOONN
           Operator                        Associativity
           --------                        -------------
           () [] -> .                      left to right
           ! ~ ++ -- - (type) * & sizeof   right to left
           * / %                           left to right
           + -                             left to right
           << >>                           left to right
           < <= > >=                       left to right
           == !=                           left to right
           &                               left to right
           ^                               left to right
           |                               left to right
           &&                              left to right
           ||                              left to right
           ?:                              right to left
           = += -= etc.                    right to left
           ,                               left to right

FFIILLEESS
     /usr/share/misc/operator

4.4BSD                           June 9, 1993                                1