diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-07 14:28:29 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-07 14:28:29 +0200 |
commit | d20af67ae8a6a573a0db906f9c9960a092f21b41 (patch) | |
tree | eb97d6b43b283985b3ddb7070ac8abb74f175f79 /doc/awkcard.in | |
parent | 787d93719e61e44aa1ab66c8ecca9cd6ff4fddbf (diff) | |
download | egawk-d20af67ae8a6a573a0db906f9c9960a092f21b41.tar.gz egawk-d20af67ae8a6a573a0db906f9c9960a092f21b41.tar.bz2 egawk-d20af67ae8a6a573a0db906f9c9960a092f21b41.zip |
fflush() is now POSIX. Fix code and document.
Diffstat (limited to 'doc/awkcard.in')
-rw-r--r-- | doc/awkcard.in | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/awkcard.in b/doc/awkcard.in index 65f36b4e..a0abfa74 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -1307,13 +1307,12 @@ the problem.\*(CX .fi .in +.2i .ti -.2i -\*(CL\*(FCfflush(\*(FR[\*(FIfile\^\*(FR]\*(FC)\*(FR +\*(CD\*(FCfflush(\*(FR[\*(FIfile\^\*(FR]\*(FC)\*(FR .br Flush any buffers associated -with the open output file or pipe \*(FIfile\*(FR.\*(CD -\*(CBIf no \*(FIfile\fP, then flush standard output. -If \*(FIfile\fP is null, then flush all open output files and pipes -(\*(GK and \*(NK)\*(CD. +with the open output file or pipe \*(FIfile\*(FR. +If no \*(FIfile\fP, or if +\*(FIfile\fP is null, then flush all open output files and pipes. .ti -.2i \*(FCprint\fP .br @@ -1946,7 +1945,7 @@ maintains it.\*(CX .ES .fi \*(CDCopyright \(co 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2007, 2009, 2010, 2011 Free Software Foundation, Inc. +2007, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. .sp .5 Permission is granted to make and distribute verbatim copies of this reference card provided the copyright notice and this permission notice |