aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-12-27 21:44:52 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-12-27 21:44:52 +0200
commit33c4c9e344ae2d82b3ec5bc35c48236be26724b1 (patch)
tree4de0d7d0905fd9454768afb7b9ab405bd8cbcebe /doc/gawktexi.in
parent95fe2c6e4ff7a38a5dab50af41533afb991cb579 (diff)
downloadegawk-33c4c9e344ae2d82b3ec5bc35c48236be26724b1.tar.gz
egawk-33c4c9e344ae2d82b3ec5bc35c48236be26724b1.tar.bz2
egawk-33c4c9e344ae2d82b3ec5bc35c48236be26724b1.zip
Minor fix in gawktexi.in.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in4
1 files changed, 2 insertions, 2 deletions
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