aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/prog/alarm.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-06-03 16:41:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-06-03 16:41:42 +0300
commitdaf5b0c87115b6793c5ac6568009916d4be3152b (patch)
tree8f1d3abdb3fe3f929eae8e15a62c0cebf3fd58a7 /awklib/eg/prog/alarm.awk
parente1995be638c789f513eaf682f2790b3dadf40cd7 (diff)
downloadegawk-daf5b0c87115b6793c5ac6568009916d4be3152b.tar.gz
egawk-daf5b0c87115b6793c5ac6568009916d4be3152b.tar.bz2
egawk-daf5b0c87115b6793c5ac6568009916d4be3152b.zip
More doc improvements.
Diffstat (limited to 'awklib/eg/prog/alarm.awk')
-rw-r--r--awklib/eg/prog/alarm.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/prog/alarm.awk b/awklib/eg/prog/alarm.awk
index 9bb1633c..63cf64a4 100644
--- a/awklib/eg/prog/alarm.awk
+++ b/awklib/eg/prog/alarm.awk
@@ -71,7 +71,7 @@ BEGIN \
# how long to sleep for
naptime = target - current
if (naptime <= 0) {
- print "time is in the past!" > "/dev/stderr"
+ print "alarm: time is in the past!" > "/dev/stderr"
exit 1
}
# zzzzzz..... go away if interrupted