aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
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.texi
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.texi')
-rw-r--r--doc/gawk.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 8e13df6b..384198a2 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -10598,7 +10598,6 @@ when closing a pipe.
@end cartouche
@end ifnotdocbook
-
@node Nonfatal
@section Enabling Nonfatal Output
@@ -15281,6 +15280,14 @@ to test for these elements
The following elements allow you to change @command{gawk}'s behavior:
@table @code
+@item PROCINFO["NONFATAL"]
+If this element exists, then I/O errors for all output redirections become nonfatal.
+@DBXREF{Nonfatal}.
+
+@item PROCINFO["@var{output_name}", "NONFATAL"]
+Make output errors for @var{output_name} be nonfatal.
+@DBXREF{Nonfatal}.
+
@item PROCINFO["@var{command}", "pty"]
For two-way communication to @var{command}, use a pseudo-tty instead
of setting up a two-way pipe.