Merge from vendor branch BIND:
[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.3 2004/03/25 23:55:13 cpressey 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 Fl d Ar msecs
12 .Op Ar n
13 .Sh DESCRIPTION
14 .Nm
15 displays a digital clock made of reverse-video blanks
16 centered on a curses-compatible terminal.
17 .Pp
18 By default, the clock runs indefinately.
19 When the optional numeric argument
20 .Ar n
21 is given, it stops after
22 .Ar n
23 seconds.
24 .Pp
25 The optional
26 .Fl s
27 flag makes digits scroll as they change.
28 Over slow links, the scrolling option may have trouble keeping up.
29 .Pp
30 The default time taken to scroll the digits into view is 120
31 milliseconds.  The
32 .Fl d
33 option, which implies
34 .Fl s ,
35 may be given to explicitly set the scroll duration.
36 The maximum scroll duration is effectively 5 seconds.
37 .Sh AUTHORS
38 .An -nosplit
39 .An Amos Shapir ,
40 modified for curses by
41 .An John Lupien .