diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-12 12:00:58 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-07-12 12:00:58 +0000 |
| commit | 1bf1e1e36cdfd9ae3196010edc3a322662e78624 (patch) | |
| tree | ce6805693c4279e1966d60d6d2a23d3225803e4c | |
| parent | 6a25c625b2eb5baafce04447b2aa43d79fcbeabf (diff) | |
Notes
| -rw-r--r-- | games/rain/rain.6 | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/games/rain/rain.6 b/games/rain/rain.6 index bd8290e3397c1..1fcc7e91626f7 100644 --- a/games/rain/rain.6 +++ b/games/rain/rain.6 @@ -32,21 +32,26 @@ .\" @(#)rain.6 8.1 (Berkeley) 5/31/93 .\" $FreeBSD$ .\" -.TH RAIN 6 "May 31, 1993" -.UC 4 -.SH NAME -rain \- animated raindrops display -.SH SYNOPSIS -rain -[ \-d delay ] -.SH DESCRIPTION -.ad b -.IR Rain 's -display is modeled after the VAX/VMS program of the same name. +.Dd May 31, 1993 +.Dt RAIN 6 +.Os +.Sh NAME +.Nm rain +.Nd animated raindrops display +.Sh SYNOPSIS +.Nm +.Op Fl d Ar delay +.Sh DESCRIPTION +The output of +.Nm +is modeled after the +.Tn VAX/VMS +program of the same name. To obtain the proper effect, either the terminal must be set for 9600 baud or the .Fl d option must be used to specify a delay, in milliseconds, between each -update. A reasonable delay is 120; the default is 0. -.SH AUTHOR -Eric P. Scott +update. +A reasonable delay is 120; the default is 0. +.Sh AUTHORS +.An Eric P. Scott |
