[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-292
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2929-g5fcbe16 |
Date: |
Thu, 15 Feb 2018 14:35:09 -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 5fcbe16d2cb6a194230293a3b2d8d26f0e183b7e (commit)
from b9cc8418bb162e3714abb3313faf7c18b5d10bb0 (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=5fcbe16d2cb6a194230293a3b2d8d26f0e183b7e
commit 5fcbe16d2cb6a194230293a3b2d8d26f0e183b7e
Author: Arnold D. Robbins <address@hidden>
Date: Thu Feb 15 21:34:54 2018 +0200
Updates to gawk.1.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a1fd0c8..235c714 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-15 Arnold D. Robbins <address@hidden>
+
+ * gawk.1: Fix NONFATAL stuff to cover input redirections too.
+
2018-02-08 Arnold D. Robbins <address@hidden>
* gawktexi.in: Clarify binary mode is default on Cygwin,
diff --git a/doc/gawk.1 b/doc/gawk.1
index da50bf1..16762a8 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -13,7 +13,7 @@
. if \w'\(rq' .ds rq "\(rq
. \}
.\}
-.TH GAWK 1 "Oct 01 2017" "Free Software Foundation" "Utility Commands"
+.TH GAWK 1 "Feb 15 2018" "Free Software Foundation" "Utility Commands"
.SH NAME
gawk \- pattern scanning and processing language
.SH SYNOPSIS
@@ -1262,11 +1262,11 @@ change
behavior:
.TP
\fBPROCINFO["NONFATAL"]\fR
-If this exists, then I/O errors for all output redirections become nonfatal.
+If this exists, then I/O errors for all redirections become nonfatal.
.TP
-\fBPROCINFO["\fIoutput_name\fB", "NONFATAL"]\fR
-Make output errors for
-.I output_name
+\fBPROCINFO["\fname\fB", "NONFATAL"]\fR
+Make I/O errors for
+.I name
be nonfatal.
.TP
\fBPROCINFO["\fIcommand\fB", "pty"]\fR
@@ -4159,7 +4159,7 @@ We thank him.
.SH COPYING PERMISSIONS
Copyright \(co 1989, 1991, 1992, 1993, 1994, 1995, 1996,
1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2009,
-2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
+2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
Free Software Foundation, Inc.
.PP
Permission is granted to make and distribute verbatim copies of
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 4 ++++
doc/gawk.1 | 12 ++++++------
2 files changed, 10 insertions(+), 6 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-2929-g5fcbe16,
Arnold Robbins <=