]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rain/rain.6
Comment out debugging build (it still randomly crashes though) pointed out
[bsdgames-darwin.git] / rain / rain.6
index c85910cbef6ad9bf3383dcb397b7379c48b45dad..441a29bee832123d6c5b950d9e940312e3e26e86 100644 (file)
@@ -1,5 +1,7 @@
-.\" Copyright (c) 1989 The Regents of the University of California.
-.\" All rights reserved.
+.\"    $NetBSD: rain.6,v 1.13 2020/10/14 18:32:04 nia Exp $
+.\"
+.\" Copyright (c) 1989, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
@@ -9,11 +11,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"    This product includes software developed by the University of
-.\"    California, Berkeley and its contributors.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    from: @(#)rain.6        6.3 (Berkeley) 6/23/90
-.\"    $Id: rain.6,v 1.3 1993/08/05 01:47:01 jtc Exp $
+.\"    @(#)rain.6      8.1 (Berkeley) 5/31/93
 .\"
-.Dd June 23, 1990
+.Dd October 14, 2020
 .Dt RAIN 6
 .Os
 .Sh NAME
-.Nm rain 
+.Nm rain
 .Nd animated raindrops display
 .Sh SYNOPSIS
-.Nm /usr/games/rain
+.Nm
+.Op Fl d Ar delay
 .Sh DESCRIPTION
-.Nm Rain 's
-display is modeled after the 
-.Tn VAX/VMS 
+The output of
+.Nm
+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.
-.Pp
-As with all programs that use
-.Tn termcap ,
-the 
-.Ev TERM
-environment variable must be set (and exported) to the type of the
-terminal being used.
-.Sh FILES
-.Pa /etc/termcap
-.Sh AUTHOR
-Eric P. Scott
+.Bl -tag -width Ds
+.It Fl d
+Delay between updates (in milliseconds).
+If the terminal is faster than 9600 baud, must be set to non-zero to
+obtain a proper rain effect.
+The default is 120.
+.El
+.Sh AUTHORS
+.An Eric P. Scott