summaryrefslogtreecommitdiffstats
path: root/worms
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-08-05 01:46:15 +0000
committerjtc <jtc@NetBSD.org>1993-08-05 01:46:15 +0000
commit407ed21945b2cc91dd05200d11612691b0f52569 (patch)
tree05151bd4827bc906ef9e993f4324e31141c89ac8 /worms
parent6bc8513af3dfc690c13f29fbb7eb972b5da311cf (diff)
downloadbsdgames-darwin-407ed21945b2cc91dd05200d11612691b0f52569.tar.gz
bsdgames-darwin-407ed21945b2cc91dd05200d11612691b0f52569.tar.zst
bsdgames-darwin-407ed21945b2cc91dd05200d11612691b0f52569.zip
Update to use new -mandoc macros.
Diffstat (limited to 'worms')
-rw-r--r--worms/worms.652
1 files changed, 24 insertions, 28 deletions
diff --git a/worms/worms.6 b/worms/worms.6
index 39ba26fc..7f11acbc 100644
--- a/worms/worms.6
+++ b/worms/worms.6
@@ -30,43 +30,39 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)worms.6 6.4 (Berkeley) 6/23/90
-.\" $Id: worms.6,v 1.2 1993/08/01 07:45:57 mycroft Exp $
+.\" $Id: worms.6,v 1.3 1993/08/05 01:47:21 jtc Exp $
.\"
-.UC 7
-.TH WORMS 6 "June 23, 1990"
-.UC 4
-.SH NAME
-worms \- animate worms on a display terminal
-.SH SYNOPSIS
-.B worms
-[
-.B \-ft
-] [
-.B \-length
-# ] [
-.B \-number
-# ]
-.SH DESCRIPTION
-.ad b
+.Dd June 23, 1990
+.Dt WORMS 6
+.Os
+.Sh NAME
+.Nm worms
+.Nd animate worms on a display terminal
+.Sh SYNOPSIS
+.Nm worms
+.Op Fl ft
+.Op Fl length Ar #
+.Op Fl number Ar #
+.Sh DESCRIPTION
Brian Horn (cithep!bdh) showed me a
-.I TOPS-20
+.Tn TOPS-20
program on the DEC-2136 machine called
-.IR WORM ,
+.Nm WORM ,
and suggested that I write a similar program that would run under
-.IR Unix .
+.Ux .
I did, and no apologies.
-.PP
+.Pp
The options are as follows:
-.TP
-.I -f
+.Bl -tag -width indent
+.It Fl f
makes a ``field'' for the worm(s) to eat.
-.TP
-.I -t
+.It Fl t
causes each worm to leave a trail behind it.
-.PP
+.El
+.Pp
You can figure out the rest by yourself.
-.SH AUTHOR
+.Sh AUTHOR
Eric P. Scott
-.SH BUGS
+.Sh BUGS
The lower-right-hand character position will not be updated properly
on a terminal that wraps at the right margin.