diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-05-22 06:12:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-05-22 06:12:59 +0300 |
commit | 3da3dbeb0116c0cfe2590e7fa0676b8a0f12fd68 (patch) | |
tree | 3736d20106437a06fc59af91be6f83c954c6252c /doc/gawk.texi | |
parent | 684968d926e000a4c82b47fbc2a5b24e564e8400 (diff) | |
parent | cb3db09270b4caaddb0d606ec892841c149698eb (diff) | |
download | egawk-3da3dbeb0116c0cfe2590e7fa0676b8a0f12fd68.tar.gz egawk-3da3dbeb0116c0cfe2590e7fa0676b8a0f12fd68.tar.bz2 egawk-3da3dbeb0116c0cfe2590e7fa0676b8a0f12fd68.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index c7484cb4..531b85b1 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 |