summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-01-12 20:50:30 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-01-12 20:50:30 +0000
commit46cb3a96ebae058c2f2e21811d1f9e789a943a2b (patch)
treed75f35a59206cd723d732d7b9b5e37f94eba1582 /games
parent0be2ab694a22eeba1b53d0b4bfd8cd1bf3384735 (diff)
sort options; add args to options description;
Diffstat (limited to 'games')
-rw-r--r--games/worms/worms.622
1 files changed, 11 insertions, 11 deletions
diff --git a/games/worms/worms.6 b/games/worms/worms.6
index 6a47e7c9762..0e63d0e12ec 100644
--- a/games/worms/worms.6
+++ b/games/worms/worms.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: worms.6,v 1.11 2004/01/08 20:38:29 millert Exp $
+.\" $OpenBSD: worms.6,v 1.12 2004/01/12 20:50:29 jmc Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,14 +48,8 @@ version of the DEC-2136 program
.Dq worms .
.Pp
The options are as follows:
-.Bl -tag -width indent
-.It Fl f
-Makes a
-.Dq field
-for the worm(s) to eat.
-.It Fl t
-Makes each worm leave a trail behind it.
-.It Fl d
+.Bl -tag -width "-l length"
+.It Fl d Ar delay
Specifies a delay, in milliseconds, between each update.
This is useful for fast terminals.
Reasonable values are around 20-200.
@@ -63,10 +57,16 @@ The default is based on the terminal speed.
If the terminal is 9600 baud or slower no delay is used.
Otherwise, the delay is computed via the following formula:
.Dl delay = speed / 9600 - 1.
-.It Fl l
+.It Fl f
+Makes a
+.Dq field
+for the worm(s) to eat.
+.It Fl l Ar length
Specifies a length for each worm; the default is 16.
-.It Fl n
+.It Fl n Ar number
Specifies the number of worms; the default is 3.
+.It Fl t
+Makes each worm leave a trail behind it.
.El
.Sh BUGS
The lower-right-hand character position will not be updated properly