View | Details | Raw Unified | Return to bug 35113 | Differences between
and this patch

Collapse All | Expand All

(-)grdc.6 (-1 / +18 lines)
Lines 1-5 Link Here
1
.\" $FreeBSD: src/games/grdc/grdc.6,v 1.3 2001/09/25 13:45:46 ru Exp $
1
.\" $FreeBSD: src/games/grdc/grdc.6,v 1.3 2001/09/25 13:45:46 ru Exp $
2
.Dd September 25, 2001
2
.Dd February 18, 2002
3
.Dt GRDC 6
3
.Dt GRDC 6
4
.Sh NAME
4
.Sh NAME
5
.Nm grdc
5
.Nm grdc
Lines 8-13 Link Here
8
.Nm
8
.Nm
9
.Op Fl s
9
.Op Fl s
10
.Op Ar n
10
.Op Ar n
11
.Nm
12
.Fl t
13
.Ar n
11
.Sh DESCRIPTION
14
.Sh DESCRIPTION
12
.Nm
15
.Nm
13
runs a digital clock made of reverse-video blanks on a curses
16
runs a digital clock made of reverse-video blanks on a curses
Lines 17-29 Link Here
17
it stops after
20
it stops after
18
.Ar n
21
.Ar n
19
seconds (default never).
22
seconds (default never).
23
The clock can act as a countdown timer with the
24
.Fl t
25
flag,
26
.Ar n
27
specifies the number of seconds to time for.
20
The optional
28
The optional
21
.Fl s
29
.Fl s
22
flag makes digits scroll as they change.
30
flag makes digits scroll as they change.
23
In this curses mode implementation,
31
In this curses mode implementation,
24
the scrolling option has trouble keeping up.
32
the scrolling option has trouble keeping up.
33
.Sh NOTES
34
In countdown timer mode, the specifying of
35
.Fl n
36
> 360000 seconds (100 hours) will lead to the counter displaying
37
incorrect remaining time, however it will time correctly, and
38
display correctly when the remaining time becomes less than
39
100 hours.
25
.Sh AUTHORS
40
.Sh AUTHORS
26
.An -nosplit
41
.An -nosplit
27
.An Amos Shapir ,
42
.An Amos Shapir ,
28
modified for curses by
43
modified for curses by
29
.An John Lupien .
44
.An John Lupien .
45
Countdown timer mode by
46
.An Gavin Atkinson .

Return to bug 35113