aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-12-20 22:51:21 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-12-20 22:51:21 +0200
commitf64ff5401e1560fc16146fe5b5d0f0991ee11d49 (patch)
tree9040efba6b5c130ebde3dc27e0e192e359f60335 /doc/gawk.1
parent15c0767388354cdeb99caad6441ebd26747804ea (diff)
parentf1612fd046124ff68fcdd70b558484c87c907bce (diff)
downloadegawk-f64ff5401e1560fc16146fe5b5d0f0991ee11d49.tar.gz
egawk-f64ff5401e1560fc16146fe5b5d0f0991ee11d49.tar.bz2
egawk-f64ff5401e1560fc16146fe5b5d0f0991ee11d49.zip
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc/gawk.1')
-rw-r--r--doc/gawk.110
1 files changed, 9 insertions, 1 deletions
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