diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-06-06 18:33:58 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-06-06 18:33:58 +0300 |
commit | 6d352b599c28cb165f14ccf71a06cdaa016646b6 (patch) | |
tree | c415962374e2ba1ed2e24cd496654bf50c8ca0c5 /doc/gawktexi.in | |
parent | 6f17822859a111f153ba9a2efdf30f4430150c0d (diff) | |
parent | e45f49c2abf38683327dff05da247ea5f3d401ac (diff) | |
download | egawk-6d352b599c28cb165f14ccf71a06cdaa016646b6.tar.gz egawk-6d352b599c28cb165f14ccf71a06cdaa016646b6.tar.bz2 egawk-6d352b599c28cb165f14ccf71a06cdaa016646b6.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 9f36e84c..268ada1a 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -25808,8 +25808,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 |