diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-16 13:15:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-16 13:15:16 +0200 |
commit | e5899a881d7b25ed2eeed1a6b8a047720eba20aa (patch) | |
tree | 4ca415e2586d30a81d69eefe882c1cf1280b47ff | |
parent | c7d24e44c1b81279b3f1a3e6c85a0c5c3dae7b47 (diff) | |
parent | d4f2bd3912d25ec1e2915dc43b7b90ccf1026dd9 (diff) | |
download | egawk-e5899a881d7b25ed2eeed1a6b8a047720eba20aa.tar.gz egawk-e5899a881d7b25ed2eeed1a6b8a047720eba20aa.tar.bz2 egawk-e5899a881d7b25ed2eeed1a6b8a047720eba20aa.zip |
Merge branch 'gawk-4.2-stable'
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawktexi.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index c921ff22..0e46d59e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2018-02-16 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Fix NONFATAL stuff to cover input redirections too. + 2018-02-15 Arnold D. Robbins <arnold@skeeve.com> * gawk.1: Fix NONFATAL stuff to cover input redirections too. diff --git a/doc/gawktexi.in b/doc/gawktexi.in index b02b8502..c1172b82 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -15010,11 +15010,11 @@ 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. +If this element exists, then I/O errors for all redirections become nonfatal. @xref{Nonfatal}. @item PROCINFO["@var{output_name}", "NONFATAL"] -Make output errors for @var{output_name} be nonfatal. +Make I/O errors for @var{output_name} be nonfatal. @xref{Nonfatal}. @item PROCINFO["@var{command}", "pty"] |