diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-16 22:51:21 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-16 22:51:21 +0300 |
commit | b6963495dffd0bc11e2007b9854ad34d14b0b29c (patch) | |
tree | 5ae0816d4cb3f10f885a370e9570ab43d3c51a05 /doc/gawk.texi | |
parent | 00f67c740d3e60bedc57b4a0481451156fe6823e (diff) | |
parent | 744df5938d55ce8b21db883a4c14730137e3db82 (diff) | |
download | egawk-b6963495dffd0bc11e2007b9854ad34d14b0b29c.tar.gz egawk-b6963495dffd0bc11e2007b9854ad34d14b0b29c.tar.bz2 egawk-b6963495dffd0bc11e2007b9854ad34d14b0b29c.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 b1ff4944..55a8fc0e 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -14535,8 +14535,8 @@ The current version of BWK @command{awk} and @command{mawk} also support @code{nextfile}. However, they don't allow the @code{nextfile} statement inside function bodies (@pxref{User-defined}). @command{gawk} does; a @code{nextfile} inside a function body reads the -next record and starts processing it with the first rule in the program, -just as any other @code{nextfile} statement. +first record from the next file and starts processing it with the first +rule in the program, just as any other @code{nextfile} statement. @node Exit Statement @subsection The @code{exit} Statement |