source: trunk/third/xscreensaver/hacks/anemone.man @ 20148

Revision 20148, 2.1 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "" "X Version 11"
2.SH NAME
3anemone - wiggling tentacles.
4.SH SYNOPSIS
5.B anemone
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-delay \fInumber\fP]
11[\-arms \fInumber\fP]
12[\-finpoints \fInumber\fP]
13[\-width \fInumber\fP]
14.SH DESCRIPTION
15Wiggling tentacles.
16.SH OPTIONS
17.TP 8
18.B \-visual \fIvisual\fP
19Specify which visual to use.  Legal values are the name of a visual class,
20or the id number (decimal or hex) of a specific visual.
21.TP 8
22.B \-window
23Draw on a newly-created window.  This is the default.
24.TP 8
25.B \-root
26Draw on the root window.
27.TP 8
28.B \-delay \fInumber\fP
29Per-frame delay, in microseconds.  Default: 40000 (0.04 seconds.).
30.TP 8
31.B \-arms \fInumber\fP
32Arms.  2 - 500.  Default: 128.
33.TP 8
34.B \-finpoints \fInumber\fP
35Tentacles.  3 - 200.  Default: 64.
36.TP 8
37.B \-withdraw \fInumber\fP
38Frequency that the arms withdraw. Arms withdraw on randomly generated
39values between 1 and 11; this value determines the maximum value of
40that range. So 100 spends a lot of time withdrawn, while 1000,000 tends
41not to withdraw at all. Default: 1200.
42.TP 8
43.B \-turnspeed \fInumber\fP
44How fast it turns. At zero, not at all, all they way up to thousands
45which are very fast indeed.  Default: 50.
46.TP 8
47.B \-width \fInumber\fP
48Thickness.  1 - 10.  Default: 2.
49
50.SH ENVIRONMENT
51.PP
52.TP 8
53.B DISPLAY
54to get the default host and display number.
55.TP 8
56.B XENVIRONMENT
57to get the name of a resource file that overrides the global resources
58stored in the RESOURCE_MANAGER property.
59.SH SEE ALSO
60.BR X (1),
61.BR xscreensaver (1)
62.SH COPYRIGHT
63Copyright \(co 2002 by Gabriel Finch.  Permission to use, copy, modify,
64distribute, and sell this software and its documentation for any purpose is
65hereby granted without fee, provided that the above copyright notice appear
66in all copies and that both that copyright notice and this permission notice
67appear in supporting documentation.  No representations are made about the
68suitability of this software for any purpose.  It is provided "as is" without
69express or implied warranty.
70.SH AUTHOR
71Gabriel Finch.
Note: See TracBrowser for help on using the repository browser.