]> git.ipfire.org Git - thirdparty/util-linux.git/blame - hwclock/hwclock.8
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / hwclock / hwclock.8
CommitLineData
22853e4a 1.TH HWCLOCK 8 "02 March 1998"
fd6b7a7f 2.SH NAME
22853e4a 3hwclock \- query and set the hardware clock (RTC)
fd6b7a7f 4.SH SYNOPSIS
22853e4a 5.BR "hwclock \-r" " or " "hwclock \-\-show"
fd6b7a7f 6.br
22853e4a 7.BR "hwclock \-w" " or " "hwclock \-\-systohc"
fd6b7a7f 8.br
22853e4a 9.BR "hwclock \-s" " or " "hwclock \-\-hctosys"
fd6b7a7f 10.br
22853e4a 11.BR "hwclock \-a" " or " "hwclock \-\-adjust"
fd6b7a7f 12.br
22853e4a 13.BR "hwclock \-v" " or " "hwclock \-\-version"
fd6b7a7f 14.br
22853e4a 15.B "hwclock \-\-set \-\-date=newdate"
2b6fc908 16.br
22853e4a 17.B "hwclock \-\-getepoch"
2b6fc908 18.br
22853e4a 19.B "hwclock \-\-setepoch \-\-epoch=year"
2b6fc908
KZ
20.PP
21other options:
22.PP
22853e4a 23.B "[\-u|\-\-utc] \-\-localtime \-\-directisa \-\-test \-\-debug"
7eda085c
KZ
24.PP
25and arcane options for DEC Alpha:
26.PP
22853e4a 27.B "[\-A|\-\-arc] [\-J|\-\-jensen] [\-S|\-\-srm] [\-F|\-\-funky-toy]"
fd6b7a7f
KZ
28.PP
29Minimum unique abbreviations of all options are acceptable.
30.PP
eb63b9b8
KZ
31Also, equivalent options \-r, \-w, \-s, \-a, \-v, \-u,
32\-D, \-A, \-J, \-S, and \-F are accepted for compatibility
33with the program "clock", while \-h asks for a help message.
fd6b7a7f
KZ
34
35.SH DESCRIPTION
66ee8158 36.B hwclock
fd6b7a7f
KZ
37is a tool for accessing the Hardware Clock. You can display the
38current time, set the Hardware Clock to a specified time, set the
39Hardware Clock to the System Time, and set the System Time from the
40Hardware Clock.
41.PP
42You can also run
66ee8158 43.B hwclock
fd6b7a7f
KZ
44periodically to insert or remove time from the Hardware Clock to
45compensate for systematic drift (where the clock consistently gains or
46loses time at a certain rate if left to run).
47
48.SH OPTIONS
49You need exactly one of the following options to tell
66ee8158 50.B hwclock
fd6b7a7f
KZ
51what function to perform:
52.PP
53.TP
54.B \-\-show
55Read the Hardware Clock and print the time on Standard Output.
7eda085c
KZ
56The time is always in local time, even if you keep your Hardware Clock
57in Coordinated Universal Time. See the
58.B \-\-utc
59option.
60
fd6b7a7f
KZ
61.TP
62.B \-\-set
63Set the Hardware Clock to the time given by the
64.B \-\-date
65option.
66.TP
67.B \-\-hctosys
5c36a0eb
KZ
68Set the System Time from the Hardware Clock.
69
22853e4a
KZ
70Also set the kernel's timezone value to the local timezone
71as indicated by the TZ environment variable and/or
7eda085c
KZ
72.IR /usr/lib/zoneinfo ,
73as
74.BR tzset (3)
22853e4a
KZ
75would interpret them.
76The obsolete tz_dsttime field of the kernel's timezone value is set
77to DST_NONE. (For details on what this field used to mean, see
78.BR settimeofday (2).)
5c36a0eb
KZ
79
80This is a good option to use in one of the system startup scripts.
fd6b7a7f
KZ
81.TP
82.B \-\-systohc
83Set the Hardware Clock to the current System Time.
84.TP
85.B \-\-adjust
86Add or subtract time from the Hardware Clock to account for systematic
87drift since the last time the clock was set or adjusted. See discussion
88below.
89.TP
2b6fc908
KZ
90.B \-\-getepoch
91Print out standard output the kernel's Hardware Clock epoch value.
92This is the number of years into AD to which a zero year value in the
93Hardware Clock refers. For example, if you are using the convention
94that the year counter in your Hardware Clock contains the number of
95full years since 1952, then the kernel's Hardware Counter epoch value
96must be 1952.
97
98This epoch value is used whenever hwclock reads or sets the Hardware Clock.
99.TP
100.B \-\-setepoch
101Set the kernel's Hardware Clock epoch value to the value specified by the
102.B \-\-epoch
103option. See the
104.B \-\-getepoch
105option for details.
106.TP
fd6b7a7f
KZ
107.B \-\-version
108Print the version of
66ee8158 109.B hwclock
fd6b7a7f
KZ
110on Standard Output.
111.br
112You need the following option if you specify
113.B \-\-set
114option. Otherwise, it is ignored.
115.TP
116.B \-\-date=date_string
117Specifies the time to which to set the Hardware Clock. The value of this
118option is an argument to the
66ee8158 119.BR date (1)
fd6b7a7f
KZ
120program. For example,
121.sp
122.I hwclock --set --date="9/22/96 16:45:05"
7eda085c
KZ
123.sp
124The argument is in local time, even if you keep your Hardware Clock in
125Coordinated Universal time. See the
66ee8158 126.B \-\-utc
7eda085c
KZ
127option.
128
2b6fc908
KZ
129.TP
130.B \-\-epoch=year
131Specifies the year which is the beginning of the Hardware Clock's
132epoch. I.e. the number of years into AD to which a zero value in the
133Hardware Clock's year counter refers.
134
135For example,
136.sp
137.I hwclock --setepoch --epoch=1952
138
fd6b7a7f
KZ
139.PP
140The following options apply to most functions.
141.TP
142.B \-\-utc
7eda085c
KZ
143.TP
144.B \-\-localtime
2b6fc908 145Indicates that the Hardware Clock is kept in Coordinated Universal
7eda085c
KZ
146Time or local time, respectively. It is your choice whether to keep
147your clock in UTC or local time, but nothing in the clock tells which
148you've chosen. So this option is how you give that information to
66ee8158 149.BR hwclock .
5c36a0eb 150
7eda085c
KZ
151If you specify the wrong one of these options (or specify neither and
152take a wrong default), both setting and querying of the Hardware Clock
153will be messed up.
154
155If you specify neither
156.B \-\-utc
157nor
158.B \-\-localtime
159, the default is whichever was specified the last time
66ee8158 160.B hwclock
7eda085c
KZ
161was used to set the clock (i.e. hwclock was successfully run with the
162.B \-\-set
163,
164.B \-\-systohc
165,
166or
167.B \-\-adjust
168options), as recorded in the adjtime file. If the adjtime file doesn't
169exist, the default is local time.
170
fd6b7a7f 171.TP
2b6fc908 172.B \-\-directisa
7eda085c
KZ
173is meaningful only on an ISA machine or an Alpha (which implements enough
174of ISA to be, roughly speaking, an ISA machine for
66ee8158 175.BR hwclock 's
7eda085c 176purposes). For other machines, it has no effect. This option tells
66ee8158 177.B hwclock
2b6fc908
KZ
178to use explicit I/O instructions to access the Hardware Clock.
179Without this option,
66ee8158 180.B hwclock
2b6fc908
KZ
181will try to use the /dev/rtc device (which it assumes to be driven by the
182rtc device driver). If it is unable to open the device (for read), it will
183use the explicit I/O instructions anyway.
5c36a0eb 184
2b6fc908 185The rtc device driver was new in Linux Release 2.
7eda085c
KZ
186.TP
187.B \-\-badyear
188Indicates that the Hardware Clock is incapable of storing years outside
189the range 1994-1999. There is a problem in some BIOSes (almost all
190Award BIOSes made between 4/26/94 and 5/31/95) wherein they are unable
191to deal with years after 1999. If one attempts to set the year-of-century
192value to something less than 94 (or 95 in some cases), the value that
193actually gets set is 94 (or 95). Thus, if you have one of these machines,
66ee8158 194.B hwclock
7eda085c
KZ
195cannot set the year after 1999 and cannot use the value of the clock as
196the true time in the normal way.
197
198To compensate for this (without your getting a BIOS update, which would
199definitely be preferable), always use
200.B \-\-badyear
201if you have one of these machines. When
66ee8158 202.B hwclock
7eda085c
KZ
203knows it's working with a brain-damaged clock, it ignores the year part of
204the Hardware Clock value and instead tries to guess the year based on the
205last calibrated date in the adjtime file, by assuming that that date is
206within the past year. For this to work, you had better do a
207.I hwclock \-\-set
208or
209.I hwclock \-\-systohc
210at least once a year!
211
212Though
66ee8158 213.B hwclock
7eda085c
KZ
214ignores the year value when it reads the Hardware Clock, it sets the
215year value when it sets the clock. It sets it to 1995, 1996, 1997, or
2161998, whichever one has the same position in the leap year cycle as
217the true year. That way, the Hardware Clock inserts leap days where
218they belong. Again, if you let the Hardware Clock run for more than a
219year without setting it, this scheme could be defeated and you could
220end up losing a day.
221
66ee8158 222.B hwclock
7eda085c
KZ
223warns you that you probably need
224.B \-\-badyear
225whenever it finds your Hardware Clock set to 1994 or 1995.
226
227.TP
228.B \-\-srm
229.TP
230.B \-\-arc
231.TP
232.B \-\-jensen
233.TP
234.B \-\-funky\-toy
235These options all tell
66ee8158 236.B hwclock
7eda085c
KZ
237what kind of Alpha machine you have. They
238are invalid if you don't have an Alpha and shouldn't be necessary if you
239do, because
66ee8158 240.B hwclock
7eda085c 241should be able to determine by itself what it's
eb63b9b8
KZ
242running on, at least when
243.I /proc
244is mounted. These options make it possible for
66ee8158 245.B hwclock
7eda085c
KZ
246to work even when
247its environment does not conform to its expectations and thus it cannot
248accurately determine what sort of system it is running on. If you think
249hwclock is incorrectly determining the system's characteristics, try
250running with the
251.B \-\-debug
252option to see what conclusions the program is
253reaching and how. If you find you need one of these options to make
66ee8158 254.B hwclock
7eda085c 255work, contact the
66ee8158 256.B hwclock
7eda085c
KZ
257maintainer to see if the program can be improved to detect your system
258automatically.
259
260.B \-\-jensen
261means you are running on a Jensen model.
262
263.B \-\-arc
eb63b9b8
KZ
264means your machine uses epoch 1980 in its hardware clock, as is commonly
265the case for machines on ARC console (but Ruffians have epoch 1900).
7eda085c
KZ
266
267.B \-\-srm
eb63b9b8
KZ
268means your machine uses epoch 1900 in its hardware clock, as is commonly
269the case for machines on SRM console.
7eda085c
KZ
270
271.B \-\-funky\-toy
272means that on your machine, one has to use the UF bit instead
273of the UIP bit in the Hardware Clock to detect a time transition. "Toy"
274in the option name refers to the Time Of Year facility of the machine.
275
276
2b6fc908 277.TP
fd6b7a7f 278.B \-\-test
2b6fc908
KZ
279Do everything except actually updating the Hardware Clock or anything
280else. This is useful, especially in conjunction with
fd6b7a7f
KZ
281.B \-\-debug,
282in learning about
66ee8158 283.B hwclock.
fd6b7a7f
KZ
284.TP
285.B \-\-debug
286Display a lot of information about what
66ee8158 287.B hwclock
fd6b7a7f
KZ
288is doing internally. Some of its function is complex and this output
289can help you understand how the program works.
290
291
292.SH NOTES
293
294
295.SH Clocks in a Linux System
296.PP
297There are two main clocks in a Linux system:
298.PP
299.B The Hardware Clock:
300This is a clock that runs independently of any control program running
2b6fc908
KZ
301in the CPU and even when the machine is powered off.
302
303On an ISA system, this clock is specified as part of the ISA standard.
304The control program can read or set this clock to a whole second, but
305the control program can also detect the edges of the 1 second clock
306ticks, so the clock actually has virtually infinite precision.
fd6b7a7f
KZ
307.PP
308This clock is commonly called the hardware clock, the real time clock,
309the RTC, the BIOS clock, and the CMOS clock. Hardware Clock, in its
310capitalized form, was coined for use by
66ee8158 311.B hwclock
fd6b7a7f
KZ
312because all of the other names are inappropriate to the point of being
313misleading.
314.PP
315.B The System Time:
316This is the time kept by a clock inside the Linux kernel and driven by
2b6fc908
KZ
317a timer interrupt. (On an ISA machine, the timer interrupt is part of
318the ISA standard). It has meaning only while Linux is running on the
319machine. The System Time is the number of seconds since 00:00:00
320January 1, 1970 UTC (or more succinctly, the number of seconds since
3211969). The System Time is not an integer, though. It has virtually
322infinite precision.
fd6b7a7f
KZ
323.PP
324The System Time is the time that matters. The Hardware Clock's basic
325purpose in a Linux system is to keep time when Linux is not running. You
326initialize the System Time to the time from the Hardware Clock when Linux
327starts up, and then never use the Hardware Clock again. Note that in DOS,
328for which ISA was designed, the Hardware Clock is the only real time clock.
329.PP
330It is important that the System Time not have any discontinuities such as
331would happen if you used the
7eda085c 332.BR date (1L)
fd6b7a7f
KZ
333program to set it while the system is running. You can, however, do whatever
334you want to the Hardware Clock while the system is running, and the next
335time Linux starts up, it will do so with the adjusted time from the Hardware
336Clock. You can also use the program
7eda085c 337.BR adjtimex (8)
fd6b7a7f 338to smoothly adjust the System Time while the system runs.
5c36a0eb
KZ
339.PP
340A Linux kernel maintains a concept of a local timezone for the system.
341But don't be misled -- almost nobody cares what timezone the kernel
342thinks it is in. Instead, programs that care about the timezone
343(perhaps because they want to display a local time for you) almost
344always use a more traditional method of determining the timezone: They
345use the TZ environment variable and/or the /usr/local/timezone
346directory, as explained in the man page for tzset(3). However, some
347programs and fringe parts of the Linux kernel such as filesystems use
348the kernel timezone value. An example is the vfat filesystem. If the
349kernel timezone value is wrong, the vfat filesystem will report and
350set the wrong timestamps on files.
351.PP
66ee8158 352.B hwclock
5c36a0eb
KZ
353sets the kernel timezone to the value indicated by TZ and/or
354/usr/local/timezone when you set the System Time using the
355.B \-\-hctosys
356option.
357.PP
22853e4a
KZ
358The timezone value actually consists of two parts: 1) a field
359tz_minuteswest indicating how many minutes local time (not adjusted
360for DST) lags behind UTC, and 2) a field tz_dsttime indicating
361the type of Daylight Savings Time (DST) convention that is in effect
362in the locality at the present time.
363This second field is not used under Linux and is always zero.
364(See also
365.BR settimeofday (2).)
fd6b7a7f 366
2b6fc908
KZ
367.SH How hwclock Accesses the Hardware Clock
368.PP
66ee8158 369.B hwclock
2b6fc908
KZ
370Uses many different ways to get and set Hardware Clock values.
371The most normal way is to do I/O to the device special file /dev/rtc,
372which is presumed to be driven by the rtc device driver. However,
373this method is not always available. For one thing, the rtc driver is
374a relatively recent addition to Linux. Older systems don't have it.
7eda085c
KZ
375Also, though there are versions of the rtc driver that work on DEC
376Alphas, there appear to be plenty of Alphas on which the rtc driver
377does not work (a common symptom is hwclock hanging).
2b6fc908
KZ
378.PP
379On older systems, the method of accessing the Hardware Clock depends on
380the system hardware.
381.PP
382On an ISA system,
66ee8158 383.B hwclock
7eda085c
KZ
384can directly access the "CMOS memory" registers that
385constitute the clock, by doing I/O to Ports 0x70 and 0x71. It does
386this with actual I/O instructions and consequently can only do it if
387running with superuser effective userid. (In the case of a Jensen
388Alpha, there is no way for
66ee8158 389.B hwclock
7eda085c
KZ
390to execute those I/O instructions, and so it uses instead the
391/dev/port device special file, which provides almost as low-level an
392interface to the I/O subsystem).
2b6fc908
KZ
393
394This is a really poor method of accessing the clock, for all the
395reasons that user space programs are generally not supposed to do
396direct I/O and disable interrupts. Hwclock provides it because it is
7eda085c
KZ
397the only method available on ISA and Alpha systems which don't have
398working rtc device drivers available.
2b6fc908
KZ
399
400.PP
401On an m68k system,
66ee8158 402.B hwclock
2b6fc908
KZ
403can access the clock via the console driver, via the device special
404file /dev/tty1.
405.PP
66ee8158 406.B hwclock
2b6fc908
KZ
407tries to use /dev/rtc. If it is compiled for a kernel that doesn't have
408that function or it is unable to open /dev/rtc,
66ee8158 409.B hwclock
7eda085c 410will fall back to another method, if available. On an ISA or Alpha
2b6fc908 411machine, you can force
66ee8158 412.B hwclock
2b6fc908 413to use the direct manipulation of the CMOS registers without even trying
7eda085c
KZ
414.I /dev/rtc
415by specifying the \-\-directisa option.
2b6fc908
KZ
416
417
fd6b7a7f
KZ
418.SH The Adjust Function
419.PP
420The Hardware Clock is usually not very accurate. However, much of its
7eda085c 421inaccuracy is completely predictable - it gains or loses the same amount
fd6b7a7f 422of time every day. This is called systematic drift.
66ee8158 423.BR hwclock 's
fd6b7a7f
KZ
424"adjust" function lets you make systematic corrections to correct the
425systematic drift.
426.PP
427It works like this:
66ee8158 428.B hwclock
fd6b7a7f
KZ
429keeps a file,
430.I /etc/adjtime,
431that keeps some historical information. This is called the adjtime file.
432.PP
433Suppose you start with no adjtime file. You issue a
7eda085c 434.I hwclock \-\-set
fd6b7a7f 435command to set the Hardware Clock to the true current time.
66ee8158 436.B Hwclock
fd6b7a7f
KZ
437creates the adjtime file and records in it the current time as the
438last time the clock was calibrated.
66ee8158 4395 days later, the clock has gained 10 seconds, so you issue another
7eda085c 440.I hwclock \-\-set
fd6b7a7f 441command to set it back 10 seconds.
66ee8158 442.B Hwclock
fd6b7a7f
KZ
443updates the adjtime file to show the current time as the last time the
444clock was calibrated, and records 2 seconds per day as the systematic
445drift rate. 24 hours go by, and then you issue a
7eda085c 446.I hwclock \-\-adjust
fd6b7a7f 447command.
66ee8158 448.B Hwclock
fd6b7a7f
KZ
449consults the adjtime file and sees that the clock gains 2 seconds per
450day when left alone and that it has been left alone for exactly one
451day. So it subtracts 2 seconds from the Hardware Clock. It then
452records the current time as the last time the clock was adjusted.
453Another 24 hours goes by and you issue another
7eda085c 454.I hwclock \-\-adjust.
66ee8158 455.B Hwclock
fd6b7a7f
KZ
456does the same thing: subtracts 2 seconds and updates the adjtime file
457with the current time as the last time the clock was adjusted.
458.PP
5c36a0eb 459Every time you calibrate (set) the clock (using
7eda085c 460.I \-\-set
5c36a0eb 461or
7eda085c 462.I \-\-systohc
5c36a0eb 463),
66ee8158 464.B hwclock
fd6b7a7f
KZ
465recalculates the systematic drift rate based on how long it has been
466since the last calibration, how long it has been since the last
467adjustment, what drift rate was assumed in any intervening
468adjustments, and the amount by which the clock is presently off.
469.PP
470A small amount of error creeps in any time
66ee8158 471.B hwclock
fd6b7a7f
KZ
472sets the clock, so it refrains from making an adjustment that would be
473less than 1 second. Later on, when you request an adjustment again,
474the accumulated drift will be more than a second and
66ee8158 475.B hwclock
fd6b7a7f
KZ
476will do the adjustment then.
477.PP
478It is good to do a
7eda085c 479.I hwclock \-\-adjust
fd6b7a7f 480just before the
7eda085c 481.I hwclock \-\-hctosys
fd6b7a7f
KZ
482at system startup time, and maybe periodically while the system is
483running via cron.
484.PP
7eda085c
KZ
485The adjtime file, while named for its historical purpose of controlling
486adjustments only, actually contains other information for use by hwclock
487in remembering information from one invocation to the next.
488.PP
5c36a0eb 489The format of the adjtime file is, in ASCII:
fd6b7a7f 490.PP
5c36a0eb
KZ
491Line 1: 3 numbers, separated by blanks: 1) systematic drift rate in
492seconds per day, floating point decimal; 2) Resulting number of
493seconds since 1969 UTC of most recent adjustment or calibration,
494decimal integer; 3) zero (for compatibility with
66ee8158 495.BR clock (8))
7eda085c 496as a decimal integer.
fd6b7a7f
KZ
497.PP
498Line 2: 1 number: Resulting number of seconds since 1969 UTC of most
7eda085c
KZ
499recent calibration. Zero if there has been no calibration yet or it
500is known that any previous calibration is moot (for example, because
501the Hardware Clock has been found, since that calibration, not to
502contain a valid time). This is a decimal integer.
503.PP
504Line 3: "UTC" or "LOCAL". Tells whether the Hardware Clock is set to
505Coordinated Universal Time or local time. You can always override this
506value with options on the
66ee8158 507.B hwclock
7eda085c 508command line.
fd6b7a7f
KZ
509.PP
510You can use an adjtime file that was previously used with the
66ee8158 511.BR clock (8)
fd6b7a7f 512program with
66ee8158 513.B hwclock.
fd6b7a7f 514
5c36a0eb 515
7eda085c 516.SH "Automatic Hardware Clock Synchronization By the Kernel"
5c36a0eb
KZ
517
518You should be aware of another way that the Hardware Clock is kept
519synchronized in some systems. The Linux kernel has a mode wherein it
520copies the System Time to the Hardware Clock every 11 minutes.
521This is a good mode to use when you are using something sophisticated
522like ntp to keep your System Time synchronized. (ntp is a way to keep
523your System Time synchronized either to a time server somewhere on the
524network or to a radio clock hooked up to your system. See RFC 1305).
525
526This mode (we'll call it "11 minute mode") is off until something
527turns it on. The ntp daemon xntpd is one thing that turns it on. You
528can turn it off by running anything, including
7eda085c
KZ
529.IR "hwclock \-\-hctosys" ,
530that sets the System Time the old fashioned way.
5c36a0eb
KZ
531
532To see if it is on or
533off, use the command
7eda085c 534.I adjtimex \-\-print
5c36a0eb
KZ
535and look at the value of "status". If the "64" bit of this number
536(expressed in binary) equal to 0, 11 minute mode is on. Otherwise, it
537is off.
538
539If your system runs with 11 minute mode on, don't use
7eda085c 540.I hwclock \-\-adjust
5c36a0eb 541or
7eda085c 542.IR "hwclock \-\-hctosys" .
5c36a0eb 543You'll just make a mess. It is acceptable to use a
7eda085c 544.I hwclock \-\-hctosys
5c36a0eb
KZ
545at startup time to get a reasonable System Time until your system is
546able to set the System Time from the external source and start 11
547minute mode.
548
549
7eda085c
KZ
550.SH ISA Hardware Clock Century value
551
552There is some sort of standard that defines CMOS memory Byte 50 on an ISA
553machine as an indicator of what century it is.
66ee8158 554.B hwclock
7eda085c
KZ
555does not use or set that byte because there are some machines that
556don't define the byte that way, and it really isn't necessary anyway,
557since the year-of-century does a good job of implying which century it
558is.
559
560If you have a bona fide use for a CMOS century byte, contact the
66ee8158 561.B hwclock
7eda085c
KZ
562maintainer; an option may be appropriate.
563
564Note that this section is only relevant when you are using the "direct
565ISA" method of accessing the Hardware Clock.
566
567
568
569.SH "ENVIRONMENT VARIABLES"
5c36a0eb
KZ
570.I TZ
571
fd6b7a7f
KZ
572.SH FILES
573.I /etc/adjtime
5c36a0eb 574.I /usr/lib/zoneinfo/
7eda085c
KZ
575.I /dev/rtc
576.I /dev/port
577.I /dev/tty1
578.I /proc/cpuinfo
579
580.SH "SEE ALSO"
581.BR adjtimex (8),
582.BR date (1),
583.BR gettimeofday (2),
584.BR settimeofday (2),
585.BR crontab (1),
586.BR tzset (3)
fd6b7a7f
KZ
587
588.SH AUTHORS
2b6fc908
KZ
589Written By Bryan Henderson, September 1996 (bryanh@giraffe-data.com),
590based on work done on the
fd6b7a7f 591.I clock
7eda085c
KZ
592program by Charles Hedrick, Rob Hooft, and Harald Koenig.
593See the source code for complete history and credits.
594
595