[BACK]Return to awk.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / awk

Diff for /src/usr.bin/awk/awk.1 between version 1.36 and 1.37

version 1.36, 2010/08/25 19:21:04 version 1.37, 2010/10/01 07:06:16
Line 710 
Line 710 
 .It Fn rshift x n  .It Fn rshift x n
 Returns y shifted by n bits to the right.  Returns y shifted by n bits to the right.
 .El  .El
   .Sh EXIT STATUS
   .Ex -std awk
   .Pp
   But note that the
   .Ic exit
   expression can modify the exit status.
 .Sh EXAMPLES  .Sh EXAMPLES
 Print lines longer than 72 characters:  Print lines longer than 72 characters:
 .Pp  .Pp

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37