aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-15 21:34:54 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-15 21:34:54 +0200
commit5fcbe16d2cb6a194230293a3b2d8d26f0e183b7e (patch)
tree0e0d78b3ddeb1caa821986a1d869c5f3c5f8e3e3
parentb9cc8418bb162e3714abb3313faf7c18b5d10bb0 (diff)
downloadegawk-5fcbe16d2cb6a194230293a3b2d8d26f0e183b7e.tar.gz
egawk-5fcbe16d2cb6a194230293a3b2d8d26f0e183b7e.tar.bz2
egawk-5fcbe16d2cb6a194230293a3b2d8d26f0e183b7e.zip
Updates to gawk.1.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gawk.112
2 files changed, 10 insertions, 6 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a1fd0c82..235c7143 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-15 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.1: Fix NONFATAL stuff to cover input redirections too.
+
2018-02-08 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in: Clarify binary mode is default on Cygwin,
diff --git a/doc/gawk.1 b/doc/gawk.1
index da50bf13..16762a86 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