diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-27 22:39:58 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-27 22:39:58 +0200 |
commit | db20bfeba4c618f380315e18e6433fb6b8e63c26 (patch) | |
tree | d09dc26e43b519983c473a88fdc1ab64fc938bbb /doc/gawk.1 | |
parent | a2e0c35036b884486d05cbb4f71fc041dd30b98b (diff) | |
download | egawk-db20bfeba4c618f380315e18e6433fb6b8e63c26.tar.gz egawk-db20bfeba4c618f380315e18e6433fb6b8e63c26.tar.bz2 egawk-db20bfeba4c618f380315e18e6433fb6b8e63c26.zip |
Change fflush() behavior to match BWK and document.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -2212,9 +2212,7 @@ Flush any buffers associated with the open output file or pipe .IR file . If .I file -is missing, then flush standard output. -If -.I file +is missing or if it is the null string, then flush all open output files and pipes. .PP |