diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2016-06-30 10:00:45 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2016-06-30 10:00:45 -0400 |
commit | e81d4c05425ee21c44ecef554c216a6760c34c88 (patch) | |
tree | 7444d019cd5e27fdd9b9bcd901c3c02801e992c8 /doc/gawk.1 | |
parent | 92b5353bf364897f02003c4116cabe6d48ea17eb (diff) | |
parent | 63df63c24298c4427afcecc34facae7244a80cad (diff) | |
download | egawk-e81d4c05425ee21c44ecef554c216a6760c34c88.tar.gz egawk-e81d4c05425ee21c44ecef554c216a6760c34c88.tar.bz2 egawk-e81d4c05425ee21c44ecef554c216a6760c34c88.zip |
Merge branch 'feature/fixtype' of ssh://git.sv.gnu.org/srv/git/gawk into feature/fixtype
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |