aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-02-16 13:15:47 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-02-16 13:15:47 +0200
commit4d69f051413a8ef6e845bfa2b57640ef09f8ab62 (patch)
tree92c84425774ab4f5ffecdad8cafe6c5aa046d4c1 /doc/gawktexi.in
parentdeae724e08b70da1504fa2147d1b12ef52634b8a (diff)
parente5899a881d7b25ed2eeed1a6b8a047720eba20aa (diff)
downloadegawk-4d69f051413a8ef6e845bfa2b57640ef09f8ab62.tar.gz
egawk-4d69f051413a8ef6e845bfa2b57640ef09f8ab62.tar.bz2
egawk-4d69f051413a8ef6e845bfa2b57640ef09f8ab62.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index b02b8502..c1172b82 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -15010,11 +15010,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.
+Make I/O errors for @var{output_name} be nonfatal.
@xref{Nonfatal}.
@item PROCINFO["@var{command}", "pty"]