From 5fcbe16d2cb6a194230293a3b2d8d26f0e183b7e Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 15 Feb 2018 21:34:54 +0200 Subject: Updates to gawk.1. --- doc/ChangeLog | 4 ++++ doc/gawk.1 | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'doc') 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 + + * gawk.1: Fix NONFATAL stuff to cover input redirections too. + 2018-02-08 Arnold D. Robbins * 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 -- cgit v1.2.3