diff options
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index bd4033a3..6e8c0f89 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -26795,8 +26795,7 @@ END @{ @end example Finally, the function @code{@w{unexpected_eof()}} prints an appropriate -error message and then exits. -The @code{END} rule handles the final cleanup, closing the open file: +error message and then exits: @example @c file eg/prog/extract.awk |