diff options
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 2565440d..8b969b3f 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -15013,8 +15013,8 @@ The following elements allow you to change @command{gawk}'s behavior: If this element exists, then I/O errors for all redirections become nonfatal. @xref{Nonfatal}. -@item PROCINFO["@var{output_name}", "NONFATAL"] -Make I/O 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"] |