]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
- improve wording
authorwiz <wiz@NetBSD.org>
Sun, 12 Aug 2012 17:30:03 +0000 (17:30 +0000)
committerwiz <wiz@NetBSD.org>
Sun, 12 Aug 2012 17:30:03 +0000 (17:30 +0000)
- sort option list
- add argument names in option list and descriptions and adjust table width
- improve punctuation
- bump date

From Bug Hunting.

worms/worms.6

index 244858df200fa00be012d93327c406ff5bd41ba0..940ec606f1adc39a716d7ef65ec75e2022b10ac0 100644 (file)
@@ -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
 .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