diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-30 05:33:44 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-30 05:33:44 +0300 |
commit | 63df63c24298c4427afcecc34facae7244a80cad (patch) | |
tree | f1284b51b8deaa5e06aacece21aadcdbce1077c7 | |
parent | 2ab2d5f2c468b647615d984cb7953217c63695af (diff) | |
parent | e9c060994a719ccc80dedf6a9db75c0c62e129eb (diff) | |
download | egawk-63df63c24298c4427afcecc34facae7244a80cad.tar.gz egawk-63df63c24298c4427afcecc34facae7244a80cad.tar.bz2 egawk-63df63c24298c4427afcecc34facae7244a80cad.zip |
Merge branch 'master' into feature/fixtype
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.1 | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f5e1b35a..abd8cdfe 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2016-06-30 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.1: Typo fix. Thanks to Antonio Giovanni Colombo + for noticing. + 2016-06-15 Arnold D. Robbins <arnold@skeeve.com> * gawk.1: Document typeof(), update modified date. @@ -13,7 +13,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "Jun 15 2016" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "Jun 30 2016" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -1238,7 +1238,7 @@ behavior: \fBPROCINFO["NONFATAL"]\fR If this exists, then I/O errors for all output redirections become nonfatal. .TP -\fBPROCINFO["\fIoutput_command\fB", "NONFATAL"]\fR +\fBPROCINFO["\fIoutput_name\fB", "NONFATAL"]\fR Make output errors for .I output_name be nonfatal. |