.\" timesheet.1
.TH TIMESHEET P "Manual V1.1 for Program V1.1" "Julian H. Stacey" "Julian H. Stacey, http://www.berklix.com"
.\" A4 the cludgy way.
.pl 29.6c
.UC 4
.SH NAME
timesheet \- Msdos & Unix timesheet work hours & minutes calculator
.SH SYNTAX
.B valid
cat your_commented_timesheet | grep -v ^# | timesheet
.sp
Here is an example of a valid input file:
.nf
# Usage:	cat your_commented_timesheet | grep -v ^# | timesheet
# http://www.berklix.com/~jhs/src/bsd/jhs/bin/public/timesheet/
#
# Working, no breaks
14:20
18:40
0
# ---
# Full day of work with 60 mins of breaks eg lunch
09:00
17:00
60
# ---
# Working through till after midnight to 2 AM, less half hour break
20:00
26:20
30
# ---
0:0
0:0
0
# The terminating zeros above are necessary.
.fi
Output:
.nf
At 14:20-18:40  Month, & Day :            4:20  04:20

At 09:00-17:00  Month, & Day :           11:20  07:00

At 20:00-26:20  Month, & Day :           17:10  05:50

At 00:00-00:00  Month, & Day :           17:10  00:00
.fi
.SH BUGS
Doesnt handle bad input properly, scanf gibbers forever.
.br
Needs that terminating set of zeroes.

.SH COPYRIGHT
Program Copyright, Munich, Julian H. Stacey 1988.
Manual Copyright, Munich, Julian H. Stacey 2006 (yes 18 years later :-)

.SH SEE ALSO
timesheet2
