aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-05-22 06:11:32 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-05-22 06:11:32 +0300
commitcb3db09270b4caaddb0d606ec892841c149698eb (patch)
tree7d9ec7403ae2f90730258199ccbf5fd7c3c2dc91 /doc/gawk.texi
parent931074569ea4a92ac2eddb19745a518f1f697193 (diff)
downloadegawk-cb3db09270b4caaddb0d606ec892841c149698eb.tar.gz
egawk-cb3db09270b4caaddb0d606ec892841c149698eb.tar.bz2
egawk-cb3db09270b4caaddb0d606ec892841c149698eb.zip
Allow any redirected getline inside BEGINFILE/ENDFILE.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index a9c50684..fc12bff0 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -12827,8 +12827,8 @@ statement (@pxref{Nextfile Statement}) is allowed only inside a
@cindex @code{getline} statement, @code{BEGINFILE}/@code{ENDFILE} patterns and
The @code{getline} statement (@pxref{Getline}) is restricted inside
-both @code{BEGINFILE} and @code{ENDFILE}. Only the @samp{getline
-@var{variable} < @var{file}} form is allowed.
+both @code{BEGINFILE} and @code{ENDFILE}: only redirected
+forms of @code{getline} are allowed.
@code{BEGINFILE} and @code{ENDFILE} are @command{gawk} extensions.
In most other @command{awk} implementations, or if @command{gawk} is in