2001-09-25 13:45:46 +00:00
|
|
|
.\" $FreeBSD$
|
|
|
|
.Dd September 25, 2001
|
|
|
|
.Dt GRDC 6
|
2002-12-11 15:55:29 +00:00
|
|
|
.Os
|
2001-09-25 13:45:46 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm grdc
|
|
|
|
.Nd grand digital clock (curses)
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2003-05-16 21:27:23 +00:00
|
|
|
.Op Fl st
|
2001-09-25 13:45:46 +00:00
|
|
|
.Op Ar n
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
1994-12-04 21:51:19 +00:00
|
|
|
runs a digital clock made of reverse-video blanks on a curses
|
2001-09-25 13:45:46 +00:00
|
|
|
compatible VDU screen.
|
|
|
|
With an optional numeric argument
|
|
|
|
.Ar n
|
1994-12-04 21:51:19 +00:00
|
|
|
it stops after
|
2001-09-25 13:45:46 +00:00
|
|
|
.Ar n
|
1994-12-04 21:51:19 +00:00
|
|
|
seconds (default never).
|
|
|
|
The optional
|
2001-09-25 13:45:46 +00:00
|
|
|
.Fl s
|
|
|
|
flag makes digits scroll as they change.
|
2003-03-28 16:37:45 +00:00
|
|
|
The optional
|
|
|
|
.Fl t
|
|
|
|
flag tells grdc to output the time in a 12-hour format.
|
2001-09-25 13:45:46 +00:00
|
|
|
In this curses mode implementation,
|
1994-12-04 21:51:19 +00:00
|
|
|
the scrolling option has trouble keeping up.
|
2001-09-25 13:45:46 +00:00
|
|
|
.Sh AUTHORS
|
|
|
|
.An -nosplit
|
|
|
|
.An Amos Shapir ,
|
|
|
|
modified for curses by
|
|
|
|
.An John Lupien .
|