aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-11-16 14:29:01 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-11-16 14:29:01 +0200
commitd04f08bb8474e44417e739c7a03fb9690a9e22d8 (patch)
treef95cdde8e54fc210fda17bd34acc8e4407610ad0 /doc/gawktexi.in
parent476b183d4f70a098aae0943a16ead5b59ffe6e4b (diff)
downloadegawk-d04f08bb8474e44417e739c7a03fb9690a9e22d8.tar.gz
egawk-d04f08bb8474e44417e739c7a03fb9690a9e22d8.tar.bz2
egawk-d04f08bb8474e44417e739c7a03fb9690a9e22d8.zip
Small doc fixes.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 2a25c1d0..7c1f7120 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -14782,9 +14782,10 @@ not currently in an @code{END} rule, @code{ARGIND} is
incremented, and any @code{BEGINFILE} rules are executed. (@code{ARGIND}
hasn't been introduced yet. @xref{Built-in Variables}.)
-With @command{gawk}, @code{nextfile} is useful inside a @code{BEGINFILE}
+There is an additional, special, use case
+with @command{gawk}. @code{nextfile} is useful inside a @code{BEGINFILE}
rule to skip over a file that would otherwise cause @command{gawk}
-to exit with a fatal error. In this case, @code{ENDFILE} rules are not
+to exit with a fatal error. In this special case, @code{ENDFILE} rules are not
executed. @xref{BEGINFILE/ENDFILE}.
Although it might seem that @samp{close(FILENAME)} would accomplish