[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.23 and 1.24

version 1.23, 2005/05/12 09:18:24 version 1.24, 2006/03/29 15:29:55
Line 610 
Line 610 
 will read subsequent records from the stream.  will read subsequent records from the stream.
 The stream remains open until explicitly closed with a call to  The stream remains open until explicitly closed with a call to
 .Fn close .  .Fn close .
 .It Fn fflush expr  .Ic getline
 Flushes any buffered output for the file or pipe  returns 1 for a successful input, 0 for end of file, and \-1 for an error.
 .Fa expr .  .It Fn fflush [expr]
   Flushes any buffered output for the file, pipe
   .Fa expr ,
   or all open files or pipes if
   .Fa expr
   is omitted.
 .Fa expr  .Fa expr
 should match the string that was used to open the file or pipe.  should match the string that was used to open the file or pipe.
 .It Ic getline  .It Ic getline

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24