diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-09-24 06:45:09 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1998-09-24 06:45:09 +0000 |
commit | fb3a8a316c1960990044b83faf0ffc188d6400a6 (patch) | |
tree | b08b99465fcec7e8f0b763c33e5ac4934ec528f6 /games/tetris/tetris.6 | |
parent | 640b3036645f71b02ac49818156f6f974ac5834b (diff) |
NetBSD changes and a few obvious fixes
Diffstat (limited to 'games/tetris/tetris.6')
-rw-r--r-- | games/tetris/tetris.6 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/tetris/tetris.6 b/games/tetris/tetris.6 index 1a6ecd5aa97..ad78e53b871 100644 --- a/games/tetris/tetris.6 +++ b/games/tetris/tetris.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: tetris.6,v 1.2 1995/04/22 07:42:45 cgd Exp $ +.\" $OpenBSD: tetris.6,v 1.4 1998/09/24 06:45:07 pjanzen Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -50,11 +50,11 @@ .Sh DESCRIPTION The .Nm -command runs display-based game which must be played on a CRT terminal. -The object is to fit the shapes together forming complete rows, +command runs a display-based game. +The object is to fit shapes together to form complete rows, which then vanish. When the shapes fill up to the top, the game ends. -You can optionally select a level of play, or custom-select control keys. +You can optionally select a level of play or custom-select control keys. .Pp The default level of play is 2. .Pp @@ -83,13 +83,13 @@ The default control keys can be changed using the option. The .Ar keys -argument must have the six keys in order, and, remember to quote any +argument must have the six keys in order; remember to quote any space or tab characters from the shell. For example: .sp .Dl "tetris -l 2 -k 'jkl pq'" .sp -will play the default games, i.e. level 2 and with the default +will play the default game, i.e. level 2 with the default control keys. The current key settings are displayed at the bottom of the screen during play. |