diff options
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gawk.1 | 12 |
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, @@ -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 |