From d4f2bd3912d25ec1e2915dc43b7b90ccf1026dd9 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Feb 2018 13:14:48 +0200 Subject: Fix doc on NONFATAL. --- doc/gawktexi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/gawktexi.in') diff --git a/doc/gawktexi.in b/doc/gawktexi.in index d0317ce3..2565440d 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"] -- cgit v1.2.3