1) Put the paragraph on Clock in the description section rather than the FILES section. 2) Added a bit on games/catclock, which has been there for a while. Notes: Fri Jan 4 13:55:12 EST 2008 geoff games should normally be described in games(1) or in their own pages. I recommend games(1). Reference: /n/sources/patch/sorry/date-manpage-updates Date: Fri Jan 4 03:54:41 CET 2008 Signed-off-by: pietro10@mac.com Reviewed-by: geoff --- /sys/man/1/date Fri Jan 4 03:52:34 2008 +++ /sys/man/1/date Fri Jan 4 03:52:15 2008 @@ -1,6 +1,6 @@ .TH DATE 1 .SH NAME -date, clock \- date and time +date, clock, catclock \- date and time .SH SYNOPSIS .B date [ @@ -10,6 +10,11 @@ ] .br .B clock +.br +.B games/catclock +[ +.B -c +] .SH DESCRIPTION Print the date, in the format .PP @@ -34,6 +39,22 @@ .I seconds is present, it is used as the time to convert rather than the real time. +.PP +.I Clock +draws a simple analog clock in its window. +.PP +.I Catclock +draws a simple Kit-Cat Klock in its window. +The +.B -c +option will cause the cat's eyes to come together and then go apart. +The default behavior is for the eyes to go in the same direction. +.SH SOURCE +.B /sys/src/cmd/date.c +.br +.B /sys/src/cmd/clock.c +.br +.B /sys/src/games/catclock.[cp] .SH FILES .TF /adm/timezone/local .TP @@ -49,10 +70,7 @@ into .BR /env/timezone . .PD -.PP -.I Clock -draws a simple analog clock in its window. -.SH SOURCE -.B /sys/src/cmd/date.c -.br -.B /sys/src/cmd/clock.c +.SH BUGS +.IR Catclock 's +window cannot be too small, else clipping will occur. +.\" added games/catclock and fixed small location bug - pietro gagliardi - 3 jan 2008