[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-293
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2930-gd4f2bd3 |
Date: |
Fri, 16 Feb 2018 06:15:03 -0500 (EST) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.2-stable has been updated
via d4f2bd3912d25ec1e2915dc43b7b90ccf1026dd9 (commit)
from 5fcbe16d2cb6a194230293a3b2d8d26f0e183b7e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=d4f2bd3912d25ec1e2915dc43b7b90ccf1026dd9
commit d4f2bd3912d25ec1e2915dc43b7b90ccf1026dd9
Author: Arnold D. Robbins <address@hidden>
Date: Fri Feb 16 13:14:48 2018 +0200
Fix doc on NONFATAL.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 235c714..f719ac6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-16 Arnold D. Robbins <address@hidden>
+
+ * gawktexi.in: Fix NONFATAL stuff to cover input redirections too.
+
2018-02-15 Arnold D. Robbins <address@hidden>
* gawk.1: Fix NONFATAL stuff to cover input redirections too.
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index d0317ce..2565440 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"]
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 4 ++++
doc/gawktexi.in | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2930-gd4f2bd3,
Arnold Robbins <=