diff options
author | ache <ache@FreeBSD.org> | 1994-12-04 21:51:19 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-04 21:51:19 +0000 |
commit | 0643aebe64c6e516e62539ae69436b5e750ae545 (patch) | |
tree | 24ce0ee0797cf33f13f7098aee936e42ff10d81c /games/grdc/grdc.6 | |
parent | aeb9a3ffc153701d34204f591650c318069c5113 (diff) | |
download | FreeBSD-src-0643aebe64c6e516e62539ae69436b5e750ae545.zip FreeBSD-src-0643aebe64c6e516e62539ae69436b5e750ae545.tar.gz |
Re-import with new name, old name conflicts with gated
Diffstat (limited to 'games/grdc/grdc.6')
-rw-r--r-- | games/grdc/grdc.6 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/grdc/grdc.6 b/games/grdc/grdc.6 new file mode 100644 index 0000000..7fa60de --- /dev/null +++ b/games/grdc/grdc.6 @@ -0,0 +1,22 @@ +.TH GDC 6 +.SH NAME +gdc \- grand digital clock (curses) +.SH SYNOPSIS +.B gdc +[-s] [ +.I n +] +.SH DESCRIPTION +.I Gdc +runs a digital clock made of reverse-video blanks on a curses +compatible VDU screen. With an optional numeric argument +.I n +it stops after +.I n +seconds (default never). +The optional +.B -s +flag makes digits scroll as they change. In this curses mode implementation, +the scrolling option has trouble keeping up. +.SH AUTHOR +Amos Shapir, modified for curses by John Lupien. |