aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-16 13:14:48 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-16 13:14:48 +0200
commitd4f2bd3912d25ec1e2915dc43b7b90ccf1026dd9 (patch)
tree7afbdc712232dc5dec369312c991e86d658cdd58
parent5fcbe16d2cb6a194230293a3b2d8d26f0e183b7e (diff)
downloadegawk-d4f2bd3912d25ec1e2915dc43b7b90ccf1026dd9.tar.gz
egawk-d4f2bd3912d25ec1e2915dc43b7b90ccf1026dd9.tar.bz2
egawk-d4f2bd3912d25ec1e2915dc43b7b90ccf1026dd9.zip
Fix doc on NONFATAL.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gawktexi.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 235c7143..f719ac63 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 d0317ce3..2565440d 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"]