summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-12-05 19:30:00 +0000
committerache <ache@FreeBSD.org>1994-12-05 19:30:00 +0000
commit43af30130196e2010ee075863034b363a73293b0 (patch)
treee7857c7ca133418a376a381a50e0e084dc4da18a /games
parent5e1370a6d077b4fbb512e3d29b3a00ef207e5d58 (diff)
downloadFreeBSD-src-43af30130196e2010ee075863034b363a73293b0.zip
FreeBSD-src-43af30130196e2010ee075863034b363a73293b0.tar.gz
gdc -> grdc
Diffstat (limited to 'games')
-rw-r--r--games/grdc/grdc.68
-rw-r--r--games/grdc/grdc.c4
2 files changed, 6 insertions, 6 deletions
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);
OpenPOWER on IntegriCloud