| 1 |
operz |
1 |
.\" Copyright (c) 1991, 1993 |
| 2 |
|
|
.\" The Regents of the University of California. All rights reserved. |
| 3 |
|
|
.\" |
| 4 |
|
|
.\" %sccs.include.redist.roff% |
| 5 |
|
|
.\" |
| 6 |
|
|
.\" @(#)xneko.6 8.1 (Berkeley) 05/31/93 |
| 7 |
|
|
.\" |
| 8 |
|
|
.TH XNEKO 6 "" |
| 9 |
|
|
.SH NAME |
| 10 |
|
|
xneko \- cat-and-mouse chase in an X window |
| 11 |
|
|
.SH SYNOPSIS |
| 12 |
|
|
xneko [ |
| 13 |
|
|
.B -display |
| 14 |
|
|
.I display |
| 15 |
|
|
] [ |
| 16 |
|
|
.B -geometry |
| 17 |
|
|
.I geometry |
| 18 |
|
|
] [ |
| 19 |
|
|
.B -title |
| 20 |
|
|
.I title |
| 21 |
|
|
] [ |
| 22 |
|
|
.B -name |
| 23 |
|
|
.I name |
| 24 |
|
|
] [ |
| 25 |
|
|
.B -iconic |
| 26 |
|
|
] [ |
| 27 |
|
|
.B -speed |
| 28 |
|
|
.I speed |
| 29 |
|
|
] [ |
| 30 |
|
|
.B -time |
| 31 |
|
|
.I time |
| 32 |
|
|
] [ |
| 33 |
|
|
.B -help |
| 34 |
|
|
] |
| 35 |
|
|
.SH DESCRIPTION |
| 36 |
|
|
.I Xneko |
| 37 |
|
|
displays a window in which a cat chases your ``mouse'' cursor. |
| 38 |
|
|
.PP |
| 39 |
|
|
All options except the last three above behave in the standard manner |
| 40 |
|
|
for X applications (see |
| 41 |
|
|
.IR X (1)). |
| 42 |
|
|
The |
| 43 |
|
|
.B -speed |
| 44 |
|
|
option controls the speed of the cat (the default is 16). |
| 45 |
|
|
The |
| 46 |
|
|
.B -time |
| 47 |
|
|
option controls the interval (in microseconds) between updates of the |
| 48 |
|
|
.I xneko |
| 49 |
|
|
window (the default is 125000). |
| 50 |
|
|
The |
| 51 |
|
|
.B -help |
| 52 |
|
|
option provides a usage message and exits. |
| 53 |
|
|
.PP |
| 54 |
|
|
The word ``neko'' means ``cat'' in Japanese. |
| 55 |
|
|
.SH SEE ALSO |
| 56 |
|
|
X(1) |
| 57 |
|
|
.SH AUTHOR |
| 58 |
|
|
Masayuki Koba, 1990 |