Deleted Added
full compact
1.TH GRDC 6
2.SH NAME
3grdc \- grand digital clock (curses)
4.SH SYNOPSIS
5.B grdc
6[-s] [
7.I n
8]
9.SH DESCRIPTION
10.I Grdc
1.\" $FreeBSD: head/games/grdc/grdc.6 83928 2001-09-25 13:45:46Z ru $
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
13runs a digital clock made of reverse-video blanks on a curses
12compatible VDU screen. With an optional numeric argument
13.I n
14compatible VDU screen.
15With an optional numeric argument
16.Ar n
17it stops after
15.I n
18.Ar n
19seconds (default never).
20The optional
18.B -s
19flag makes digits scroll as they change. In this curses mode implementation,
21.Fl s
22flag makes digits scroll as they change.
23In this curses mode implementation,
24the scrolling option has trouble keeping up.
21.SH AUTHOR
22Amos Shapir, modified for curses by John Lupien.
25.Sh AUTHORS
26.An -nosplit
27.An Amos Shapir ,
28modified for curses by
29.An John Lupien .