diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-04 11:11:40 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-04 11:11:40 +0000 |
commit | 6e2c990c086c7fdc76cfd1c97560e65cb674ba3a (patch) | |
tree | 10e62166a3f9ad03f2329cfc62ce47c75ef6a620 /games/grdc/grdc.6 | |
parent | 560b523618b5f10c22aaa4338b82edcef9df9e97 (diff) |
And another one bites the dust.
Diffstat (limited to 'games/grdc/grdc.6')
-rw-r--r-- | games/grdc/grdc.6 | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/games/grdc/grdc.6 b/games/grdc/grdc.6 index 6b362da2d1d..0eb04e224ae 100644 --- a/games/grdc/grdc.6 +++ b/games/grdc/grdc.6 @@ -1,23 +1,25 @@ -.\" $OpenBSD: grdc.6,v 1.1 1996/08/21 07:58:08 downsj Exp $ -.TH GRDC 6 -.SH NAME -grdc \- grand digital clock (curses) -.SH SYNOPSIS -.B grdc -[-s] [ -.I n -] -.SH DESCRIPTION -.I Grdc +.\" $OpenBSD: grdc.6,v 1.2 1997/08/04 11:11:39 downsj Exp $ +.Dd August 4, 1997 +.Dt GRDC 6 +.Os OpenBSD +.Sh NAME +.Nm grdc +.Nd grand digital clock (curses) +.Sh SYNOPSIS +.Nm +.Op Fl s +.Op Ar number +.Sh DESCRIPTION +.Nm runs a digital clock made of reverse-video blanks on a curses -compatible VDU screen. With an optional numeric argument -.I n +compatible VDU screen. With an optional numeric argument +.Ar number it stops after -.I n -seconds (default never). +.Ar number +seconds (defaulting to never). The optional -.B -s -flag makes digits scroll as they change. In this curses mode implementation, +.Fl s +flag makes digits scroll as they change. In this curses mode implementation, the scrolling option has trouble keeping up. -.SH AUTHOR +.Sh AUTHOR Amos Shapir, modified for curses by John Lupien. |