diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-07 14:33:48 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-07 14:33:48 +0200 |
commit | f634938f90ef8c85cfd9ca7421f10f4b70c0137e (patch) | |
tree | baaf1167db893a04b774c5ba71a2b51ecd9686c9 /doc/gawk.1 | |
parent | 32323fa42c2c9079abf9a5fe92b2af8c523fd84b (diff) | |
parent | d20af67ae8a6a573a0db906f9c9960a092f21b41 (diff) | |
download | egawk-f634938f90ef8c85cfd9ca7421f10f4b70c0137e.tar.gz egawk-f634938f90ef8c85cfd9ca7421f10f4b70c0137e.tar.bz2 egawk-f634938f90ef8c85cfd9ca7421f10f4b70c0137e.zip |
Merge branch 'gawk-4.0-stable'. fflush is now POSIX.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -14,7 +14,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Oct 02 2012" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Dec 07 2012" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -494,11 +494,6 @@ cannot be used in place of .B ^ and .BR ^= . -.TP -\(bu -The -.B fflush() -function is not available. .RE .TP .PD 0 @@ -3486,13 +3481,6 @@ escape sequence. .BR \-\^\-posix .) .TP \(bu -The -.B fflush() -function. -(Disabled with -.BR \-\^\-posix .) -.TP -\(bu The ability to continue lines after .B ? and |