>From 9d64c64bf90ba4b5ffd259e461ebe2a257d6dd39 Mon Sep 17 00:00:00 2001 From: Sudheer Satyanarayana Date: Mon, 21 Nov 2011 10:36:27 +0530 Subject: [PATCH 2/2] Typo in continue statement --- doc/gawk.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gawk.texi b/doc/gawk.texi index 1221e28..c34565b 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -12063,8 +12063,8 @@ This program loops forever once @code{x} reaches 5. @cindex dark corner, @code{continue} statement @cindex @command{gawk}, @code{continue} statement in The @code{continue} statement has no special meaning with respect to the address@hidden statement, nor does it any meaning when used outside the body of -a loop. Historical versions of @command{awk} treated a @code{continue} address@hidden statement, nor does it have any meaning when used outside the +body of a loop. Historical versions of @command{awk} treated a @code{continue} statement outside a loop the same way they treated a @code{break} statement outside a loop: as if it were a @code{next} statement -- 1.7.5.4