1Delay - README file
2===================
3
4Tom Rothamel <tom@onegeek.org>
5
6This program implements a way to implement a delay with feedback to the
7user. It supports a configurable output message, and tries to keep the
8timing precise.
9
10Please read the INSTALL file for information on how to compile and
11install this program. Once installed, 'man delay' should display
12information on how to use the program.
13
14The parsetimel.l and parsetimey.y files were taken from the files
15parsetime.l and parsetime.y (respectively) from the at-3.1.7 distribution,
16which was authored by Thomas Koenig and David Parsons. These files are
17used to implement the "delay until" feature.
18
19Thanks are due to:
20
21 - Gianmarco Giovannelli <gmarco@giovannelli.it>
22	For maintaining a FreeBsd port of delay, and working with me on
23	resolving a few compatibility issues.
24 - Tomi Ollila <Tomi.Ollila@tfi.net>
25	For suggesting many of the features added to version 1.2, and
26	helping with Solaris compatiblity.
27 - Zachary P. Landau <kapheine@www.annex.org>
28	For suggesting giving delay the ability to run a command,
29	which was added in version 1.3.
30
31- Tom Rothamel
32
33