aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-12-20 22:50:36 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-12-20 22:50:36 +0200
commitf1612fd046124ff68fcdd70b558484c87c907bce (patch)
treed156d443e20a8571e0eb601d158cecb7ac641d56 /doc/gawktexi.in
parent1460f14c0fdd6e1485ba3a0bde14fe2e11fc1690 (diff)
downloadegawk-f1612fd046124ff68fcdd70b558484c87c907bce.tar.gz
egawk-f1612fd046124ff68fcdd70b558484c87c907bce.tar.bz2
egawk-f1612fd046124ff68fcdd70b558484c87c907bce.zip
Document PROCINFO["NONFATAL"] in man page and in texinfo list.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index dea589f6..7764ec0f 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -10094,7 +10094,6 @@ In POSIX mode (@pxref{Options}), @command{gawk} just returns zero
when closing a pipe.
@end sidebar
-
@node Nonfatal
@section Enabling Nonfatal Output
@@ -14609,6 +14608,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.