diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-12-20 22:50:36 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-12-20 22:50:36 +0200 |
commit | f1612fd046124ff68fcdd70b558484c87c907bce (patch) | |
tree | d156d443e20a8571e0eb601d158cecb7ac641d56 /doc/gawk.1 | |
parent | 1460f14c0fdd6e1485ba3a0bde14fe2e11fc1690 (diff) | |
download | egawk-f1612fd046124ff68fcdd70b558484c87c907bce.tar.gz egawk-f1612fd046124ff68fcdd70b558484c87c907bce.tar.bz2 egawk-f1612fd046124ff68fcdd70b558484c87c907bce.zip |
Document PROCINFO["NONFATAL"] in man page and in texinfo list.
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Dec 17 2015" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Dec 20 2015" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -1221,6 +1221,14 @@ change .IR gawk 's behavior: .TP +\fBPROCINFO["NONFATAL"]\fR +If this exists, then I/O errors for all output redirections become nonfatal. +Make output errors for +.I output_name +be nonfatal. +.TP +\fBPROCINFO["\fIoutput_command\fB", "NONFATAL"]\fR +.TP \fBPROCINFO["\fIcommand\fB", "pty"]\fR Use a pseudo-tty for two-way communication with .I command |