From 33c4c9e344ae2d82b3ec5bc35c48236be26724b1 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 27 Dec 2015 21:44:52 +0200 Subject: Minor fix in gawktexi.in. --- 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 f3d639e9..edd945db 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -24637,7 +24637,7 @@ that prints a nice message: @@example @@c file examples/messages.awk BEGIN @@@{ print "Don't panic!" @@@} -@@c end file +@@c endfile @@end example It also prints some final advice: @@ -24645,7 +24645,7 @@ It also prints some final advice: @@example @@c file examples/messages.awk END @@@{ print "Always avoid bored archaeologists!" @@@} -@@c end file +@@c endfile @@end example @dots{} @end example -- cgit v1.2.3