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/gawktexi.in | |
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/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 9 |
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. |