had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
8 lines
322 B
Text
8 lines
322 B
Text
Stopwatch does what its name implies - enables hand timing much
|
|
like a physical stopwatch. It can also be used as a countdown timer.
|
|
|
|
Stopwatch has millisecond accuracy and no artificial limit on hours.
|
|
Stopwatch runs on UNIX, Windows, and MacOS.
|
|
|
|
Author: Don Libes <libes@nist.gov>
|
|
WWW: http://expect.nist.gov/stopwatch/
|