]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/grdc/grdc.6
This commit was generated by cvs2svn to compensate for changes in r104754,
[FreeBSD/FreeBSD.git] / games / grdc / grdc.6
1 .\" $FreeBSD$
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 .