diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-17 21:41:10 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-17 21:41:10 +0200 |
commit | 3b46f279e79079ce443a0bfc561c8e662386b0b2 (patch) | |
tree | c884c3e13b553f41dbef780c33673af58599dd01 /doc/gawk.texi | |
parent | 36794b6f26451ff57b374fed3c13ee70a0529124 (diff) | |
download | egawk-3b46f279e79079ce443a0bfc561c8e662386b0b2.tar.gz egawk-3b46f279e79079ce443a0bfc561c8e662386b0b2.tar.bz2 egawk-3b46f279e79079ce443a0bfc561c8e662386b0b2.zip |
Lots more doc fixes and updates.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index d99e33bb..4d6354b4 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"] |