]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/grdc/grdc.6
OpenSSL: Vendor import of OpenSSL 3.0.13
[FreeBSD/FreeBSD.git] / usr.bin / grdc / grdc.6
1 .Dd September 25, 2001
2 .Dt GRDC 6
3 .Os
4 .Sh NAME
5 .Nm grdc
6 .Nd grand digital clock (curses)
7 .Sh SYNOPSIS
8 .Nm
9 .Op Fl st
10 .Op Ar n
11 .Sh DESCRIPTION
12 .Nm
13 runs a digital clock made of reverse-video blanks on a curses
14 compatible VDU screen.
15 With an optional numeric argument
16 .Ar n
17 it stops after
18 .Ar n
19 seconds (default never).
20 The optional
21 .Fl s
22 flag makes digits scroll as they change.
23 The optional
24 .Fl t
25 flag tells grdc to output the time in a 12-hour format.
26 In this curses mode implementation,
27 the scrolling option has trouble keeping up.
28 .Sh ENVIRONMENT
29 .Bl -tag -width Ds
30 .It Ev TZ
31 The time zone to use for displaying the time.
32 It is normally specified as a pathname relative to
33 .Pa /usr/share/zoneinfo ,
34 though see
35 .Xr tzset 3
36 for more information.
37 If this variable is not set, the time zone is determined based on
38 .Pa /etc/localtime .
39 .El
40 .Sh AUTHORS
41 .An -nosplit
42 .An Amos Shapir ,
43 modified for curses by
44 .An John Lupien .