From f1612fd046124ff68fcdd70b558484c87c907bce Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 20 Dec 2015 22:50:36 +0200 Subject: Document PROCINFO["NONFATAL"] in man page and in texinfo list. --- doc/gawk.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc/gawk.1') diff --git a/doc/gawk.1 b/doc/gawk.1 index 4231411c..b5dc9067 100644 --- a/doc/gawk.1 +++ b/doc/gawk.1 @@ -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 -- cgit v1.2.3