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