diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-30 05:33:13 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-30 05:33:13 +0300 |
commit | 2234a195e67bd8f62ad6965ec85f8bd9a0c8a951 (patch) | |
tree | fff3a2f6adb2c8f26adca7c74dfebb13c6b8eaf9 /doc/gawk.1 | |
parent | 95f7c5d9e6223a0159cf811a0e77daf145818f95 (diff) | |
parent | e9c060994a719ccc80dedf6a9db75c0c62e129eb (diff) | |
download | egawk-2234a195e67bd8f62ad6965ec85f8bd9a0c8a951.tar.gz egawk-2234a195e67bd8f62ad6965ec85f8bd9a0c8a951.tar.bz2 egawk-2234a195e67bd8f62ad6965ec85f8bd9a0c8a951.zip |
Merge branch 'master' into feature/cmake
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. |