aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-15 21:36:52 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-15 21:36:52 +0200
commitdeae724e08b70da1504fa2147d1b12ef52634b8a (patch)
tree6520a06478dfcca6ed058c7e4e17ccd9d9dd62d5
parent4d866d7c40f03f51f4c075a9a77952a5e019fce0 (diff)
parentc7d24e44c1b81279b3f1a3e6c85a0c5c3dae7b47 (diff)
downloadegawk-deae724e08b70da1504fa2147d1b12ef52634b8a.tar.gz
egawk-deae724e08b70da1504fa2147d1b12ef52634b8a.tar.bz2
egawk-deae724e08b70da1504fa2147d1b12ef52634b8a.zip
Merge branch 'master' into feature/fix-comments
-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 965807f1..c921ff22 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