aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-17 21:47:23 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-17 21:47:23 +0200
commit80e019aa23eff29a3525ae272125700f352dab74 (patch)
tree59813cba8844b02d8b4a374e26c4b8ee7d73a112 /doc/gawk.texi
parente5899a881d7b25ed2eeed1a6b8a047720eba20aa (diff)
parent3b46f279e79079ce443a0bfc561c8e662386b0b2 (diff)
downloadegawk-80e019aa23eff29a3525ae272125700f352dab74.tar.gz
egawk-80e019aa23eff29a3525ae272125700f352dab74.tar.bz2
egawk-80e019aa23eff29a3525ae272125700f352dab74.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 36116543..5c812c7d 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -15692,11 +15692,11 @@ The following elements allow you to change @command{gawk}'s behavior:
@table @code
@item PROCINFO["NONFATAL"]
-If this element exists, then I/O errors for all output redirections become nonfatal.
+If this element exists, then I/O errors for all redirections become nonfatal.
@xref{Nonfatal}.
-@item PROCINFO["@var{output_name}", "NONFATAL"]
-Make output errors for @var{output_name} be nonfatal.
+@item PROCINFO["@var{name}", "NONFATAL"]
+Make I/O errors for @var{name} be nonfatal.
@xref{Nonfatal}.
@item PROCINFO["@var{command}", "pty"]