summaryrefslogtreecommitdiffstats
path: root/games/rain
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-02-22 13:16:17 +0000
committerderaadt <deraadt@openbsd.org>1998-02-22 13:16:17 +0000
commit986c0edf065ff4b5cb176ce95b90bd147ea32190 (patch)
treef972fcf724603a1fe9f17f68cead14323a87c480 /games/rain
parentfix db_console chunk of code properly (diff)
downloadwireguard-openbsd-986c0edf065ff4b5cb176ce95b90bd147ea32190.tar.xz
wireguard-openbsd-986c0edf065ff4b5cb176ce95b90bd147ea32190.zip
repairs from pjanzen@foatdi.harvard.edu
Diffstat (limited to 'games/rain')
-rw-r--r--games/rain/Makefile6
-rw-r--r--games/rain/rain.66
2 files changed, 8 insertions, 4 deletions
diff --git a/games/rain/Makefile b/games/rain/Makefile
index b116f03e850..070cedf16ef 100644
--- a/games/rain/Makefile
+++ b/games/rain/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.3 1997/09/21 11:36:48 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 1998/02/22 13:16:40 deraadt Exp $
PROG= rain
MAN= rain.6
-DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
-LDADD= -ltermcap -lcompat
+DPADD= ${LIBTERMLIB}
+LDADD= -ltermlib
.include <bsd.prog.mk>
diff --git a/games/rain/rain.6 b/games/rain/rain.6
index 2ba613458b3..db3fcf6767f 100644
--- a/games/rain/rain.6
+++ b/games/rain/rain.6
@@ -46,7 +46,11 @@
display is modeled after the
.Tn VAX/VMS
program of the same name.
-The terminal has to be set for 9600 baud to obtain the proper effect.
+To obtain the proper effect, either the terminal must be set for 9600 baud
+or the
+.Nm -d
+option must be used to specify a delay, in milliseconds, between each update. A
+reasonable delay is 120; the default is 0.
.Pp
As with all programs that use
.Tn termcap ,