aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-06-06 18:28:27 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-06-06 18:28:27 +0300
commit8885876b4479b55c45a580addeffe36a18c7d5e4 (patch)
tree2fa4dd3d4cb81173961cc72d857a9617dfb88274 /doc/gawk.texi
parentb92de42c775ab615e2dd49aff0b66da4c2c31be4 (diff)
downloadegawk-8885876b4479b55c45a580addeffe36a18c7d5e4.tar.gz
egawk-8885876b4479b55c45a580addeffe36a18c7d5e4.tar.bz2
egawk-8885876b4479b55c45a580addeffe36a18c7d5e4.zip
Small doc fix, remove an obsolete sentence.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi3
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