diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-08-19 07:42:28 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-08-19 07:42:28 +0000 |
commit | ed884b9fa4509c09f0f7ab71efe57a4e83a2e055 (patch) | |
tree | ef9d859a0754785b42ea5cacb27aff54b5000315 /games/worms/worms.6 | |
parent | f4fc9566a4d35c0cc2bf8c7f1136287d8eec8c44 (diff) |
tags, formatting, ANSI-fication, prototypes, de-typos, and the occasional
initialization, removal of unused variable, or other minor fix. Most
changes are from or inspired by NetBSD.
Diffstat (limited to 'games/worms/worms.6')
-rw-r--r-- | games/worms/worms.6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/worms/worms.6 b/games/worms/worms.6 index 41ae527af0f..4de05eb3d6b 100644 --- a/games/worms/worms.6 +++ b/games/worms/worms.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: worms.6,v 1.3 1998/03/12 09:09:32 pjanzen Exp $ +.\" $OpenBSD: worms.6,v 1.4 1998/08/19 07:42:23 pjanzen Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -39,14 +39,14 @@ .Nm worms .Nd animate worms on a display terminal .Sh SYNOPSIS -.Nm worms +.Nm .Op Fl ft .Op Fl d Ar delay .Op Fl l Ar length .Op Fl n Ar number .Sh DESCRIPTION A -.Tn UNIX +.Ux version of the DEC-2136 program ``worms''. .Pp The options are as follows: |