From c9d2ea97d95d01dd30a958b3c07cc7517d123764 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 16 May 2015 22:47:37 +0300 Subject: Doc fix for nextfile. --- doc/gawktexi.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/gawktexi.in') diff --git a/doc/gawktexi.in b/doc/gawktexi.in index d53fdeda..90133dee 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -13720,8 +13720,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 -- cgit v1.2.3