Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.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 .\" $DragonFly: src/games/grdc/grdc.6,v 1.2 2003/06/17 04:25:24 dillon Exp $
3 .Dd September 25, 2001
4 .Dt GRDC 6
5 .Sh NAME
6 .Nm grdc
7 .Nd grand digital clock (curses)
8 .Sh SYNOPSIS
9 .Nm
10 .Op Fl s
11 .Op Ar n
12 .Sh DESCRIPTION
13 .Nm
14 runs a digital clock made of reverse-video blanks on a curses
15 compatible VDU screen.
16 With an optional numeric argument
17 .Ar n
18 it stops after
19 .Ar n
20 seconds (default never).
21 The optional
22 .Fl s
23 flag makes digits scroll as they change.
24 In this curses mode implementation,
25 the scrolling option has trouble keeping up.
26 .Sh AUTHORS
27 .An -nosplit
28 .An Amos Shapir ,
29 modified for curses by
30 .An John Lupien .