summaryrefslogtreecommitdiffstats
path: root/tetris
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2016-03-12 03:14:59 +0000
committerdholland <dholland@NetBSD.org>2016-03-12 03:14:59 +0000
commit6a32d085073210e04dd9fad91e23128340629523 (patch)
tree9e857e60f15a893368fb3091908035a59ce40648 /tetris
parent86b78b24a2bb8e729a4a5ae8541c7c5b9267d5a7 (diff)
downloadbsdgames-darwin-6a32d085073210e04dd9fad91e23128340629523.tar.gz
bsdgames-darwin-6a32d085073210e04dd9fad91e23128340629523.tar.zst
bsdgames-darwin-6a32d085073210e04dd9fad91e23128340629523.zip
tetris(6) is not limited to CRT displays. noted by tnn
Diffstat (limited to 'tetris')
-rw-r--r--tetris/tetris.64
1 files changed, 2 insertions, 2 deletions
diff --git a/tetris/tetris.6 b/tetris/tetris.6
index 2a5c9973..8b6ca563 100644
--- a/tetris/tetris.6
+++ b/tetris/tetris.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: tetris.6,v 1.16 2015/02/19 08:51:14 wiz Exp $
+.\" $NetBSD: tetris.6,v 1.17 2016/03/12 03:14:59 dholland Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -46,7 +46,7 @@
.Sh DESCRIPTION
The
.Nm
-command runs display-based game which must be played on a CRT terminal.
+command is a display-based game.
The object is to fit the shapes together forming complete rows,
which then vanish.
When the shapes fill up to the top, the game ends.