[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.38 and 1.39

version 1.38, 2011/02/07 00:02:50 version 1.39, 2011/03/22 15:55:43
Line 628 
Line 628 
 .Ic getline  .Ic getline
 returns 1 for a successful input, 0 for end of file, and \-1 for an error.  returns 1 for a successful input, 0 for end of file, and \-1 for an error.
 .It Fn fflush [expr]  .It Fn fflush [expr]
 Flushes any buffered output for the file, pipe  Flushes any buffered output for the file or pipe
 .Fa expr ,  .Fa expr ,
 or all open files or pipes if  or all open files or pipes if
 .Fa expr  .Fa expr
Line 704 
Line 704 
 .It Fn xor x y  .It Fn xor x y
 Performs a bitwise Exclusive-OR on integer arguments x and y.  Performs a bitwise Exclusive-OR on integer arguments x and y.
 .It Fn lshift x n  .It Fn lshift x n
 Returns x shifted by n bits to the left.  Returns integer argument x shifted by n bits to the left.
 .It Fn rshift x n  .It Fn rshift x n
 Returns y shifted by n bits to the right.  Returns integer argument x shifted by n bits to the right.
 .El  .El
 .Sh EXIT STATUS  .Sh EXIT STATUS
 .Ex -std awk  .Ex -std awk

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39