[BACK]Return to grdc.6 CVS log [TXT][DIR] Up to [local] / src / games / grdc

File: [local] / src / games / grdc / grdc.6 (download)

Revision 1.8, Thu May 31 19:19:17 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.7: +2 -2 lines

convert to new .Dd format;

.\"	$OpenBSD: grdc.6,v 1.8 2007/05/31 19:19:17 jmc Exp $
.\"
.\" Copyright 2002 Amos Shapir.  Public domain.
.\"
.Dd $Mdocdate: May 31 2007 $
.Dt GRDC 6
.Os
.Sh NAME
.Nm grdc
.Nd grand digital clock (curses)
.Sh SYNOPSIS
.Nm grdc
.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
.Ar number
it stops after
.Ar number
seconds (defaulting to never).
The optional
.Fl s
flag makes digits scroll as they change.
In this curses mode implementation,
the scrolling option has trouble keeping up.
.Sh AUTHORS
Amos Shapir, modified for curses by John Lupien.