diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-15 21:35:24 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-15 21:35:24 +0200 |
commit | c7d24e44c1b81279b3f1a3e6c85a0c5c3dae7b47 (patch) | |
tree | 1dd210fa353760f3208d6f2775d74c87a2c2d654 | |
parent | 8f67459bc82490cca23d511c787a9459c9fca372 (diff) | |
parent | 5fcbe16d2cb6a194230293a3b2d8d26f0e183b7e (diff) | |
download | egawk-c7d24e44c1b81279b3f1a3e6c85a0c5c3dae7b47.tar.gz egawk-c7d24e44c1b81279b3f1a3e6c85a0c5c3dae7b47.tar.bz2 egawk-c7d24e44c1b81279b3f1a3e6c85a0c5c3dae7b47.zip |
Merge branch 'gawk-4.2-stable'
-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 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, @@ -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 |