Module Name: src
Committed By: wiz
Date: Sun Aug 12 17:30:03 UTC 2012
Modified Files:
src/games/worms: worms.6
Log Message:
- improve wording
- sort option list
- add argument names in option list and descriptions and adjust table width
- improve punctuation
- bump date
>From Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/games/worms/worms.6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/worms/worms.6
diff -u src/games/worms/worms.6:1.14 src/games/worms/worms.6:1.15
--- src/games/worms/worms.6:1.14 Wed Mar 11 13:06:10 2009
+++ src/games/worms/worms.6 Sun Aug 12 17:30:03 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: worms.6,v 1.14 2009/03/11 13:06:10 joerg Exp $
+.\" $NetBSD: worms.6,v 1.15 2012/08/12 17:30:03 wiz Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)worms.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd May 31, 1993
+.Dd July 31, 2012
.Dt WORMS 6
.Os
.Sh NAME
@@ -42,26 +42,33 @@
.Op Fl l Ar length
.Op Fl n Ar number
.Sh DESCRIPTION
-A
+.Nm
+is a
.Ux
version of the DEC-2136 program
.Dq worms .
.Pp
The options are as follows:
-.Bl -tag -width indent
+.Bl -tag -width XlXlengthXX
+.It Fl d Ar delay
+Specifies
+.Ar delay
+as a delay, in milliseconds, between each update.
+This is useful for fast terminals.
+Reasonable values are around 20-200;
+the default is 0.
.It Fl f
Makes a
.Dq field
for the worm(s) to eat.
+.It Fl l Ar length
+Specifies
+.Ar length
+as a length for each worm; the default is 16.
+.It Fl n Ar number
+Specifies
+.Ar number
+as the number of worms; the default is 3.
.It Fl t
Makes each worm leave a trail behind it.
-.It Fl d
-Specifies a delay, in milliseconds, between each update.
-This is useful for fast terminals.
-Reasonable values are around 20-200.
-The default is 0.
-.It Fl l
-Specifies a length for each worm; the default is 16.
-.It Fl n
-Specifies the number of worms; the default is 3.
.El