Initial import from FreeBSD RELENG_4:
[games.git] / games / grdc / grdc.6
1 .\" $FreeBSD: src/games/grdc/grdc.6,v 1.2.12.1 2001/10/02 11:51:49 ru Exp $
2 .Dd September 25, 2001
3 .Dt GRDC 6
4 .Sh NAME
5 .Nm grdc
6 .Nd grand digital clock (curses)
7 .Sh SYNOPSIS
8 .Nm
9 .Op Fl s
10 .Op Ar n
11 .Sh DESCRIPTION
12 .Nm
13 runs a digital clock made of reverse-video blanks on a curses
14 compatible VDU screen.
15 With an optional numeric argument
16 .Ar n
17 it stops after
18 .Ar n
19 seconds (default never).
20 The optional
21 .Fl s
22 flag makes digits scroll as they change.
23 In this curses mode implementation,
24 the scrolling option has trouble keeping up.
25 .Sh AUTHORS
26 .An -nosplit
27 .An Amos Shapir ,
28 modified for curses by
29 .An John Lupien .