From 43af30130196e2010ee075863034b363a73293b0 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 5 Dec 1994 19:30:00 +0000 Subject: gdc -> grdc --- games/grdc/grdc.6 | 8 ++++---- games/grdc/grdc.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'games') diff --git a/games/grdc/grdc.6 b/games/grdc/grdc.6 index 7fa60de..d5938c6 100644 --- a/games/grdc/grdc.6 +++ b/games/grdc/grdc.6 @@ -1,13 +1,13 @@ -.TH GDC 6 +.TH GRDC 6 .SH NAME -gdc \- grand digital clock (curses) +grdc \- grand digital clock (curses) .SH SYNOPSIS -.B gdc +.B grdc [-s] [ .I n ] .SH DESCRIPTION -.I Gdc +.I Grdc runs a digital clock made of reverse-video blanks on a curses compatible VDU screen. With an optional numeric argument .I n diff --git a/games/grdc/grdc.c b/games/grdc/grdc.c index 823b1d3..55e579f 100644 --- a/games/grdc/grdc.c +++ b/games/grdc/grdc.c @@ -1,6 +1,6 @@ /* * Grand digital clock for curses compatible terminals - * Usage: gdc [-s] [n] -- run for n seconds (default infinity) + * Usage: grdc [-s] [n] -- run for n seconds (default infinity) * Flags: -s: scroll * * modified 10-18-89 for curses (jrl) @@ -151,7 +151,7 @@ int n = 0; clear(); refresh(); endwin(); - fprintf(stderr, "gdc terminated by signal %d\n", sigtermed); + fprintf(stderr, "grdc terminated by signal %d\n", sigtermed); exit(1); } } while(--n); -- cgit v1.1